Html Css Color HEX #158568 Deep Sea

📋 copy color: '#158568'

red 21 ◦ green 133 ◦ blue 104

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

Shades of Deep Sea #158568

Tints of Deep Sea #158568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.31%

R = 8.14%
G = 51.55%
B = 40.31%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#158568 (or 0x158568) is known color: Deep Sea. HEX triplet: 15, 85 and 68. RGB value is (21,133,104). Sum of RGB (Red+Green+Blue) = 21+133+104=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #158568 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158568 is #EA7A97. Grayscale: #606060. Windows color (decimal): -15366808 or 6849813. OLE color: 6849813.

HSL color Cylindrical-coordinate representation of color #158568: hue angle of 164.46º 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 #158568 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 133 104 -
CMYK 0.84 0 0.22 0.48
HSL 164.46º 0.73% 0.3% -
HSV(B) 164.46º 0.84% 0.52% -
XYZ 11.2 17.93 15.97 -
YUV 96.21 132.39 74.36 -
System Red Green Blue C M Y K H S L
Decimal 21 133 104 0.84 0 0.22 0.48 164.46 0.73 0.3
Hex 15 85 68 54 0 16 30 A4 49 1E
Octal 25 205 150 124 0 26 60 244 111 36
Binary 10101 10000101 1101000 1010100 0 10110 110000 10100100 1001001 11110

Color Harmonies of #158568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158568

Black with #158568

Text Example


Text Example

White with #158568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158568; }

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

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

background-color css

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

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

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

border-color css

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

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

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