Html Css Color HEX #15715F Deep Sea

📋 copy color: '#15715F'

red 21 ◦ green 113 ◦ blue 95

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

Shades of Deep Sea #15715F

Tints of Deep Sea #15715F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.34%

 BLUE value IS 95 (37.5% from 255) = 41.48%

R = 9.17%
G = 49.34%
B = 41.48%

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

#15715F (or 0x15715F) is known color: Deep Sea. HEX triplet: 15, 71 and 5F. RGB value is (21,113,95). Sum of RGB (Red+Green+Blue) = 21+113+95=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #15715F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15715F is #EA8EA0. Grayscale: #535353. Windows color (decimal): -15371937 or 6254869. OLE color: 6254869.

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

Color convert

RGB 21 113 95 -
CMYK 0.81 0 0.16 0.56
HSL 168.26º 0.69% 0.26% -
HSV(B) 168.26º 0.81% 0.44% -
XYZ 8.28 12.8 12.86 -
YUV 83.44 134.52 83.46 -
System Red Green Blue C M Y K H S L
Decimal 21 113 95 0.81 0 0.16 0.56 168.26 0.69 0.26
Hex 15 71 5F 51 0 10 38 A8 45 1A
Octal 25 161 137 121 0 20 70 250 105 32
Binary 10101 1110001 1011111 1010001 0 10000 111000 10101000 1000101 11010

Color Harmonies of #15715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15715F

Black with #15715F

Text Example


Text Example

White with #15715F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15715F; }

 p { color: rgb(21,113,95); }

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

background-color css

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

 a { background-color: rgb(21,113,95); }

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

border-color css

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

 span { border-color: rgb(21,113,95); }

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