Html Css Color HEX #15725B Deep Sea

📋 copy color: '#15725B'

red 21 ◦ green 114 ◦ blue 91

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

Shades of Deep Sea #15725B

Tints of Deep Sea #15725B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.44%

 BLUE value IS 91 (35.94% from 255) = 40.27%

R = 9.29%
G = 50.44%
B = 40.27%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#15725B (or 0x15725B) is known color: Deep Sea. HEX triplet: 15, 72 and 5B. RGB value is (21,114,91). Sum of RGB (Red+Green+Blue) = 21+114+91=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #15725B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15725B is #EA8DA4. Grayscale: #535353. Windows color (decimal): -15371685 or 5992981. OLE color: 5992981.

HSL color Cylindrical-coordinate representation of color #15725B: hue angle of 165.16º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15725B is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 114 91 -
CMYK 0.82 0 0.20 0.55
HSL 165.16º 0.69% 0.26% -
HSV(B) 165.16º 0.82% 0.45% -
XYZ 8.21 12.95 11.96 -
YUV 83.57 132.19 83.37 -
System Red Green Blue C M Y K H S L
Decimal 21 114 91 0.82 0 0.20 0.55 165.16 0.69 0.26
Hex 15 72 5B 52 0 14 37 A5 45 1A
Octal 25 162 133 122 0 24 67 245 105 32
Binary 10101 1110010 1011011 1010010 0 10100 110111 10100101 1000101 11010

Color Harmonies of #15725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15725B

Black with #15725B

Text Example


Text Example

White with #15725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15725B; }

 p { color: rgb(21,114,91); }

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

background-color css

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

 a { background-color: rgb(21,114,91); }

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

border-color css

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

 span { border-color: rgb(21,114,91); }

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