Html Css Color HEX #10885B Deep Sea

📋 copy color: '#10885B'

red 16 ◦ green 136 ◦ blue 91

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

Shades of Deep Sea #10885B

Tints of Deep Sea #10885B

RGB

 RED value IS 16 (6.64% from 255) = 6.58%

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

 BLUE value IS 91 (35.94% from 255) = 37.45%

R = 6.58%
G = 55.97%
B = 37.45%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#10885B (or 0x10885B) is known color: Deep Sea. HEX triplet: 10, 88 and 5B. RGB value is (16,136,91). Sum of RGB (Red+Green+Blue) = 16+136+91=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #10885B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10885B is #EF77A4. Grayscale: #5F5F5F. Windows color (decimal): -15693733 or 5998608. OLE color: 5998608.

HSL color Cylindrical-coordinate representation of color #10885B: hue angle of 157.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10885B is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 136 91 -
CMYK 0.88 0 0.33 0.47
HSL 157.5º 0.79% 0.3% -
HSV(B) 157.5º 0.88% 0.53% -
XYZ 10.91 18.47 12.89 -
YUV 94.99 125.74 71.66 -
System Red Green Blue C M Y K H S L
Decimal 16 136 91 0.88 0 0.33 0.47 157.5 0.79 0.3
Hex 10 88 5B 58 0 21 2F 9E 4F 1E
Octal 20 210 133 130 0 41 57 236 117 36
Binary 10000 10001000 1011011 1011000 0 100001 101111 10011110 1001111 11110

Color Harmonies of #10885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10885B

Black with #10885B

Text Example


Text Example

White with #10885B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10885B; }

 p { color: rgb(16,136,91); }

 H1.HeaderClassName
 {
   color: #10885B;
 }
 .AnyTagClassName
 {
   color: #10885B;
 }
</style>

background-color css

<style>
 a { background-color: #10885B; }

 a { background-color: rgb(16,136,91); }

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

border-color css

<style>
 span { border-color: #10885B; }

 span { border-color: rgb(16,136,91); }

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