Html Css Color HEX #15705C Deep Sea

📋 copy color: '#15705C'

red 21 ◦ green 112 ◦ blue 92

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

Shades of Deep Sea #15705C

Tints of Deep Sea #15705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.78%

 BLUE value IS 92 (36.33% from 255) = 40.89%

R = 9.33%
G = 49.78%
B = 40.89%

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

#15705C (or 0x15705C) is known color: Deep Sea. HEX triplet: 15, 70 and 5C. RGB value is (21,112,92). Sum of RGB (Red+Green+Blue) = 21+112+92=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #15705C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15705C is #EA8FA3. Grayscale: #525252. Windows color (decimal): -15372196 or 6058005. OLE color: 6058005.

HSL color Cylindrical-coordinate representation of color #15705C: hue angle of 166.81º 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 #15705C is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 112 92 -
CMYK 0.81 0 0.18 0.56
HSL 166.81º 0.68% 0.26% -
HSV(B) 166.81º 0.81% 0.44% -
XYZ 8.04 12.52 12.12 -
YUV 82.51 133.35 84.13 -
System Red Green Blue C M Y K H S L
Decimal 21 112 92 0.81 0 0.18 0.56 166.81 0.68 0.26
Hex 15 70 5C 51 0 12 38 A7 44 1A
Octal 25 160 134 121 0 22 70 247 104 32
Binary 10101 1110000 1011100 1010001 0 10010 111000 10100111 1000100 11010

Color Harmonies of #15705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15705C

Black with #15705C

Text Example


Text Example

White with #15705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15705C; }

 p { color: rgb(21,112,92); }

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

background-color css

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

 a { background-color: rgb(21,112,92); }

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

border-color css

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

 span { border-color: rgb(21,112,92); }

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