Html Css Color HEX #10895C Deep Sea

📋 copy color: '#10895C'

red 16 ◦ green 137 ◦ blue 92

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

Shades of Deep Sea #10895C

Tints of Deep Sea #10895C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.92%

 BLUE value IS 92 (36.33% from 255) = 37.55%

R = 6.53%
G = 55.92%
B = 37.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#10895C (or 0x10895C) is known color: Deep Sea. HEX triplet: 10, 89 and 5C. RGB value is (16,137,92). Sum of RGB (Red+Green+Blue) = 16+137+92=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #10895C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10895C is #EF76A3. Grayscale: #5F5F5F. Windows color (decimal): -15693476 or 6064400. OLE color: 6064400.

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

Color convert

RGB 16 137 92 -
CMYK 0.88 0 0.33 0.46
HSL 157.69º 0.79% 0.3% -
HSV(B) 157.69º 0.88% 0.54% -
XYZ 11.09 18.77 13.16 -
YUV 95.69 125.91 71.16 -
System Red Green Blue C M Y K H S L
Decimal 16 137 92 0.88 0 0.33 0.46 157.69 0.79 0.3
Hex 10 89 5C 58 0 21 2E 9E 4F 1E
Octal 20 211 134 130 0 41 56 236 117 36
Binary 10000 10001001 1011100 1011000 0 100001 101110 10011110 1001111 11110

Color Harmonies of #10895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10895C

Black with #10895C

Text Example


Text Example

White with #10895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10895C; }

 p { color: rgb(16,137,92); }

 H1.HeaderClassName
 {
   color: #10895C;
 }
 .AnyTagClassName
 {
   color: #10895C;
 }
</style>

background-color css

<style>
 a { background-color: #10895C; }

 a { background-color: rgb(16,137,92); }

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

border-color css

<style>
 span { border-color: #10895C; }

 span { border-color: rgb(16,137,92); }

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