Html Css Color HEX #156F5B Deep Sea

📋 copy color: '#156F5B'

red 21 ◦ green 111 ◦ blue 91

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

Shades of Deep Sea #156F5B

Tints of Deep Sea #156F5B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.78%

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

R = 9.42%
G = 49.78%
B = 40.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#156F5B (or 0x156F5B) is known color: Deep Sea. HEX triplet: 15, 6F and 5B. RGB value is (21,111,91). Sum of RGB (Red+Green+Blue) = 21+111+91=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #156F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156F5B is #EA90A4. Grayscale: #515151. Windows color (decimal): -15372453 or 5992213. OLE color: 5992213.

HSL color Cylindrical-coordinate representation of color #156F5B: hue angle of 166.67º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156F5B is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 111 91 -
CMYK 0.81 0 0.18 0.56
HSL 166.67º 0.68% 0.26% -
HSV(B) 166.67º 0.81% 0.44% -
XYZ 7.88 12.28 11.85 -
YUV 81.81 133.18 84.63 -
System Red Green Blue C M Y K H S L
Decimal 21 111 91 0.81 0 0.18 0.56 166.67 0.68 0.26
Hex 15 6F 5B 51 0 12 38 A7 44 1A
Octal 25 157 133 121 0 22 70 247 104 32
Binary 10101 1101111 1011011 1010001 0 10010 111000 10100111 1000100 11010

Color Harmonies of #156F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156F5B

Black with #156F5B

Text Example


Text Example

White with #156F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156F5B; }

 p { color: rgb(21,111,91); }

 H1.HeaderClassName
 {
   color: #156F5B;
 }
 .AnyTagClassName
 {
   color: #156F5B;
 }
</style>

background-color css

<style>
 a { background-color: #156F5B; }

 a { background-color: rgb(21,111,91); }

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

border-color css

<style>
 span { border-color: #156F5B; }

 span { border-color: rgb(21,111,91); }

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