Html Css Color HEX #19755A Deep Sea

📋 copy color: '#19755A'

red 25 ◦ green 117 ◦ blue 90

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

Shades of Deep Sea #19755A

Tints of Deep Sea #19755A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.79%

R = 10.78%
G = 50.43%
B = 38.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#19755A (or 0x19755A) is known color: Deep Sea. HEX triplet: 19, 75 and 5A. RGB value is (25,117,90). Sum of RGB (Red+Green+Blue) = 25+117+90=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #19755A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19755A is #E68AA5. Grayscale: #565656. Windows color (decimal): -15108774 or 5928217. OLE color: 5928217.

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

Color convert

RGB 25 117 90 -
CMYK 0.79 0 0.23 0.54
HSL 162.39º 0.65% 0.28% -
HSV(B) 162.39º 0.79% 0.46% -
XYZ 8.61 13.67 11.86 -
YUV 86.41 130.02 84.2 -
System Red Green Blue C M Y K H S L
Decimal 25 117 90 0.79 0 0.23 0.54 162.39 0.65 0.28
Hex 19 75 5A 4F 0 17 36 A2 41 1C
Octal 31 165 132 117 0 27 66 242 101 34
Binary 11001 1110101 1011010 1001111 0 10111 110110 10100010 1000001 11100

Color Harmonies of #19755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19755A

Black with #19755A

Text Example


Text Example

White with #19755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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