Html Css Color HEX #19755F Deep Sea

📋 copy color: '#19755F'

red 25 ◦ green 117 ◦ blue 95

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

Shades of Deep Sea #19755F

Tints of Deep Sea #19755F

RGB

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

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

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

R = 10.55%
G = 49.37%
B = 40.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#19755F (or 0x19755F) is known color: Deep Sea. HEX triplet: 19, 75 and 5F. RGB value is (25,117,95). Sum of RGB (Red+Green+Blue) = 25+117+95=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #19755F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19755F is #E68AA0. Grayscale: #565656. Windows color (decimal): -15108769 or 6255897. OLE color: 6255897.

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

Color convert

RGB 25 117 95 -
CMYK 0.79 0 0.19 0.54
HSL 165.65º 0.65% 0.28% -
HSV(B) 165.65º 0.79% 0.46% -
XYZ 8.83 13.76 13.02 -
YUV 86.98 132.52 83.79 -
System Red Green Blue C M Y K H S L
Decimal 25 117 95 0.79 0 0.19 0.54 165.65 0.65 0.28
Hex 19 75 5F 4F 0 13 36 A6 41 1C
Octal 31 165 137 117 0 23 66 246 101 34
Binary 11001 1110101 1011111 1001111 0 10011 110110 10100110 1000001 11100

Color Harmonies of #19755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19755F

Black with #19755F

Text Example


Text Example

White with #19755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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