Html Css Color HEX #15705E Deep Sea

📋 copy color: '#15705E'

red 21 ◦ green 112 ◦ blue 94

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

Shades of Deep Sea #15705E

Tints of Deep Sea #15705E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.41%

R = 9.25%
G = 49.34%
B = 41.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#15705E (or 0x15705E) is known color: Deep Sea. HEX triplet: 15, 70 and 5E. RGB value is (21,112,94). Sum of RGB (Red+Green+Blue) = 21+112+94=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #15705E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15705E is #EA8FA1. Grayscale: #525252. Windows color (decimal): -15372194 or 6189077. OLE color: 6189077.

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

Color convert

RGB 21 112 94 -
CMYK 0.81 0 0.16 0.56
HSL 168.13º 0.68% 0.26% -
HSV(B) 168.13º 0.81% 0.44% -
XYZ 8.12 12.56 12.59 -
YUV 82.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 21 112 94 0.81 0 0.16 0.56 168.13 0.68 0.26
Hex 15 70 5E 51 0 10 38 A8 44 1A
Octal 25 160 136 121 0 20 70 250 104 32
Binary 10101 1110000 1011110 1010001 0 10000 111000 10101000 1000100 11010

Color Harmonies of #15705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15705E

Black with #15705E

Text Example


Text Example

White with #15705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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