Html Css Color HEX #0A885A Deep Sea

📋 copy color: '#0A885A'

red 10 ◦ green 136 ◦ blue 90

#0A885A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #0A885A

Tints of Deep Sea #0A885A

RGB

 RED value IS 10 (4.3% from 255) = 4.24%

 GREEN value IS 136 (53.52% from 255) = 57.63%

 BLUE value IS 90 (35.55% from 255) = 38.14%

R = 4.24%
G = 57.63%
B = 38.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0A885A (or 0x0A885A) is known color: Deep Sea. HEX triplet: 0A, 88 and 5A. RGB value is (10,136,90). Sum of RGB (Red+Green+Blue) = 10+136+90=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 136 (53.52% from 255 or 57.63% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 136 - color contains mainly: green. Hex color #0A885A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A885A is #F577A5. Grayscale: #5D5D5D. Windows color (decimal): -16086950 or 5933066. OLE color: 5933066.

HSL color Cylindrical-coordinate representation of color #0A885A: hue angle of 158.1º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A885A is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 136 90 -
CMYK 0.93 0 0.34 0.47
HSL 158.1º 0.86% 0.29% -
HSV(B) 158.1º 0.93% 0.53% -
XYZ 10.77 18.41 12.66 -
YUV 93.08 126.26 68.74 -
System Red Green Blue C M Y K H S L
Decimal 10 136 90 0.93 0 0.34 0.47 158.1 0.86 0.29
Hex A 88 5A 5D 0 22 2F 9E 56 1D
Octal 12 210 132 135 0 42 57 236 126 35
Binary 1010 10001000 1011010 1011101 0 100010 101111 10011110 1010110 11101

Color Harmonies of #0A885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A885A

Black with #0A885A

Text Example


Text Example

White with #0A885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A885A; }

 p { color: rgb(10,136,90); }

 H1.HeaderClassName
 {
   color: #0A885A;
 }
 .AnyTagClassName
 {
   color: #0A885A;
 }
</style>

background-color css

<style>
 a { background-color: #0A885A; }

 a { background-color: rgb(10,136,90); }

 div.DivClassName
 {
   background-color: #0A885A;
 }
 .BgClassName
 {
   background-color: #0A885A;
 }
</style>

border-color css

<style>
 span { border-color: #0A885A; }

 span { border-color: rgb(10,136,90); }

 td.TdClassName
 {
   border-color: #0A885A;
 }
 .TagClassName
 {
   border-color: #0A885A;
 }
</style>