Html Css Color HEX #15765F Deep Sea

📋 copy color: '#15765F'

red 21 ◦ green 118 ◦ blue 95

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

Shades of Deep Sea #15765F

Tints of Deep Sea #15765F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.43%

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

R = 8.97%
G = 50.43%
B = 40.6%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#15765F (or 0x15765F) is known color: Deep Sea. HEX triplet: 15, 76 and 5F. RGB value is (21,118,95). Sum of RGB (Red+Green+Blue) = 21+118+95=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #15765F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15765F is #EA89A0. Grayscale: #565656. Windows color (decimal): -15370657 or 6256149. OLE color: 6256149.

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

Color convert

RGB 21 118 95 -
CMYK 0.82 0 0.19 0.54
HSL 165.77º 0.7% 0.27% -
HSV(B) 165.77º 0.82% 0.46% -
XYZ 8.85 13.94 13.05 -
YUV 86.38 132.86 81.37 -
System Red Green Blue C M Y K H S L
Decimal 21 118 95 0.82 0 0.19 0.54 165.77 0.7 0.27
Hex 15 76 5F 52 0 13 36 A6 46 1B
Octal 25 166 137 122 0 23 66 246 106 33
Binary 10101 1110110 1011111 1010010 0 10011 110110 10100110 1000110 11011

Color Harmonies of #15765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15765F

Black with #15765F

Text Example


Text Example

White with #15765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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