Html Css Color HEX #15766B Deep Sea

📋 copy color: '#15766B'

red 21 ◦ green 118 ◦ blue 107

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

Shades of Deep Sea #15766B

Tints of Deep Sea #15766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.97%

 BLUE value IS 107 (42.19% from 255) = 43.5%

R = 8.54%
G = 47.97%
B = 43.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#15766B (or 0x15766B) is known color: Deep Sea. HEX triplet: 15, 76 and 6B. RGB value is (21,118,107). Sum of RGB (Red+Green+Blue) = 21+118+107=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #15766B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15766B is #EA8994. Grayscale: #575757. Windows color (decimal): -15370645 or 7042581. OLE color: 7042581.

HSL color Cylindrical-coordinate representation of color #15766B: hue angle of 173.2º 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 #15766B is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 118 107 -
CMYK 0.82 0 0.09 0.54
HSL 173.2º 0.7% 0.27% -
HSV(B) 173.2º 0.82% 0.46% -
XYZ 9.44 14.18 16.15 -
YUV 87.74 138.86 80.39 -
System Red Green Blue C M Y K H S L
Decimal 21 118 107 0.82 0 0.09 0.54 173.2 0.7 0.27
Hex 15 76 6B 52 0 9 36 AD 46 1B
Octal 25 166 153 122 0 11 66 255 106 33
Binary 10101 1110110 1101011 1010010 0 1001 110110 10101101 1000110 11011

Color Harmonies of #15766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15766B

Black with #15766B

Text Example


Text Example

White with #15766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,118,107); }

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

background-color css

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

 a { background-color: rgb(21,118,107); }

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

border-color css

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

 span { border-color: rgb(21,118,107); }

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