Html Css Color HEX #158566 Deep Sea

📋 copy color: '#158566'

red 21 ◦ green 133 ◦ blue 102

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

Shades of Deep Sea #158566

Tints of Deep Sea #158566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.95%

 BLUE value IS 102 (40.23% from 255) = 39.84%

R = 8.2%
G = 51.95%
B = 39.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#158566 (or 0x158566) is known color: Deep Sea. HEX triplet: 15, 85 and 66. RGB value is (21,133,102). Sum of RGB (Red+Green+Blue) = 21+133+102=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #158566 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158566 is #EA7A99. Grayscale: #5F5F5F. Windows color (decimal): -15366810 or 6718741. OLE color: 6718741.

HSL color Cylindrical-coordinate representation of color #158566: hue angle of 163.39º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158566 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 133 102 -
CMYK 0.84 0 0.23 0.48
HSL 163.39º 0.73% 0.3% -
HSV(B) 163.39º 0.84% 0.52% -
XYZ 11.1 17.89 15.44 -
YUV 95.98 131.39 74.52 -
System Red Green Blue C M Y K H S L
Decimal 21 133 102 0.84 0 0.23 0.48 163.39 0.73 0.3
Hex 15 85 66 54 0 17 30 A3 49 1E
Octal 25 205 146 124 0 27 60 243 111 36
Binary 10101 10000101 1100110 1010100 0 10111 110000 10100011 1001001 11110

Color Harmonies of #158566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158566

Black with #158566

Text Example


Text Example

White with #158566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158566; }

 p { color: rgb(21,133,102); }

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

background-color css

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

 a { background-color: rgb(21,133,102); }

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

border-color css

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

 span { border-color: rgb(21,133,102); }

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