Html Css Color HEX #157568 Deep Sea

📋 copy color: '#157568'

red 21 ◦ green 117 ◦ blue 104

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

Shades of Deep Sea #157568

Tints of Deep Sea #157568

RGB

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

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

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

R = 8.68%
G = 48.35%
B = 42.98%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#157568 (or 0x157568) is known color: Deep Sea. HEX triplet: 15, 75 and 68. RGB value is (21,117,104). Sum of RGB (Red+Green+Blue) = 21+117+104=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #157568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157568 is #EA8A97. Grayscale: #565656. Windows color (decimal): -15370904 or 6845717. OLE color: 6845717.

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

Color convert

RGB 21 117 104 -
CMYK 0.82 0 0.11 0.54
HSL 171.88º 0.7% 0.27% -
HSV(B) 171.88º 0.82% 0.46% -
XYZ 9.17 13.88 15.29 -
YUV 86.81 137.7 81.06 -
System Red Green Blue C M Y K H S L
Decimal 21 117 104 0.82 0 0.11 0.54 171.88 0.7 0.27
Hex 15 75 68 52 0 B 36 AC 46 1B
Octal 25 165 150 122 0 13 66 254 106 33
Binary 10101 1110101 1101000 1010010 0 1011 110110 10101100 1000110 11011

Color Harmonies of #157568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157568

Black with #157568

Text Example


Text Example

White with #157568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157568; }

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

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

background-color css

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

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

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

border-color css

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

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

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