Html Css Color HEX #15765C Deep Sea

📋 copy color: '#15765C'

red 21 ◦ green 118 ◦ blue 92

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

Shades of Deep Sea #15765C

Tints of Deep Sea #15765C

RGB

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

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

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

R = 9.09%
G = 51.08%
B = 39.83%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#15765C (or 0x15765C) is known color: Deep Sea. HEX triplet: 15, 76 and 5C. RGB value is (21,118,92). Sum of RGB (Red+Green+Blue) = 21+118+92=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #15765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15765C is #EA89A3. Grayscale: #565656. Windows color (decimal): -15370660 or 6059541. OLE color: 6059541.

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

Color convert

RGB 21 118 92 -
CMYK 0.82 0 0.22 0.54
HSL 163.92º 0.7% 0.27% -
HSV(B) 163.92º 0.82% 0.46% -
XYZ 8.72 13.89 12.35 -
YUV 86.03 131.36 81.61 -
System Red Green Blue C M Y K H S L
Decimal 21 118 92 0.82 0 0.22 0.54 163.92 0.7 0.27
Hex 15 76 5C 52 0 16 36 A4 46 1B
Octal 25 166 134 122 0 26 66 244 106 33
Binary 10101 1110110 1011100 1010010 0 10110 110110 10100100 1000110 11011

Color Harmonies of #15765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15765C

Black with #15765C

Text Example


Text Example

White with #15765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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