Html Css Color HEX #15756C Deep Sea

📋 copy color: '#15756C'

red 21 ◦ green 117 ◦ blue 108

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

Shades of Deep Sea #15756C

Tints of Deep Sea #15756C

RGB

 RED value IS 21 (8.59% from 255) = 8.54%

 GREEN value IS 117 (46.09% from 255) = 47.56%

 BLUE value IS 108 (42.58% from 255) = 43.9%

R = 8.54%
G = 47.56%
B = 43.9%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#15756C (or 0x15756C) is known color: Deep Sea. HEX triplet: 15, 75 and 6C. RGB value is (21,117,108). Sum of RGB (Red+Green+Blue) = 21+117+108=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #15756C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15756C is #EA8A93. Grayscale: #575757. Windows color (decimal): -15370900 or 7107861. OLE color: 7107861.

HSL color Cylindrical-coordinate representation of color #15756C: hue angle of 174.38º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15756C is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 117 108 -
CMYK 0.82 0 0.08 0.54
HSL 174.38º 0.7% 0.27% -
HSV(B) 174.38º 0.82% 0.46% -
XYZ 9.38 13.96 16.39 -
YUV 87.27 139.7 80.73 -
System Red Green Blue C M Y K H S L
Decimal 21 117 108 0.82 0 0.08 0.54 174.38 0.7 0.27
Hex 15 75 6C 52 0 8 36 AE 46 1B
Octal 25 165 154 122 0 10 66 256 106 33
Binary 10101 1110101 1101100 1010010 0 1000 110110 10101110 1000110 11011

Color Harmonies of #15756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15756C

Black with #15756C

Text Example


Text Example

White with #15756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,117,108); }

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

background-color css

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

 a { background-color: rgb(21,117,108); }

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

border-color css

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

 span { border-color: rgb(21,117,108); }

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