Html Css Color HEX #19765C Deep Sea

📋 copy color: '#19765C'

red 25 ◦ green 118 ◦ blue 92

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

Shades of Deep Sea #19765C

Tints of Deep Sea #19765C

RGB

 RED value IS 25 (10.16% from 255) = 10.64%

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

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

R = 10.64%
G = 50.21%
B = 39.15%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#19765C (or 0x19765C) is known color: Deep Sea. HEX triplet: 19, 76 and 5C. RGB value is (25,118,92). Sum of RGB (Red+Green+Blue) = 25+118+92=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #19765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19765C is #E689A3. Grayscale: #575757. Windows color (decimal): -15108516 or 6059545. OLE color: 6059545.

HSL color Cylindrical-coordinate representation of color #19765C: hue angle of 163.23º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19765C is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 118 92 -
CMYK 0.79 0 0.22 0.54
HSL 163.23º 0.65% 0.28% -
HSV(B) 163.23º 0.79% 0.46% -
XYZ 8.81 13.94 12.35 -
YUV 87.23 130.69 83.61 -
System Red Green Blue C M Y K H S L
Decimal 25 118 92 0.79 0 0.22 0.54 163.23 0.65 0.28
Hex 19 76 5C 4F 0 16 36 A3 41 1C
Octal 31 166 134 117 0 26 66 243 101 34
Binary 11001 1110110 1011100 1001111 0 10110 110110 10100011 1000001 11100

Color Harmonies of #19765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19765C

Black with #19765C

Text Example


Text Example

White with #19765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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