Html Css Color HEX #19755C Deep Sea

📋 copy color: '#19755C'

red 25 ◦ green 117 ◦ blue 92

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

Shades of Deep Sea #19755C

Tints of Deep Sea #19755C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50%

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

R = 10.68%
G = 50%
B = 39.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#19755C (or 0x19755C) is known color: Deep Sea. HEX triplet: 19, 75 and 5C. RGB value is (25,117,92). Sum of RGB (Red+Green+Blue) = 25+117+92=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #19755C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19755C is #E68AA3. Grayscale: #565656. Windows color (decimal): -15108772 or 6059289. OLE color: 6059289.

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

Color convert

RGB 25 117 92 -
CMYK 0.79 0 0.21 0.54
HSL 163.7º 0.65% 0.28% -
HSV(B) 163.7º 0.79% 0.46% -
XYZ 8.69 13.7 12.31 -
YUV 86.64 131.02 84.03 -
System Red Green Blue C M Y K H S L
Decimal 25 117 92 0.79 0 0.21 0.54 163.7 0.65 0.28
Hex 19 75 5C 4F 0 15 36 A4 41 1C
Octal 31 165 134 117 0 25 66 244 101 34
Binary 11001 1110101 1011100 1001111 0 10101 110110 10100100 1000001 11100

Color Harmonies of #19755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19755C

Black with #19755C

Text Example


Text Example

White with #19755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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