Html Css Color HEX #19755B Deep Sea

📋 copy color: '#19755B'

red 25 ◦ green 117 ◦ blue 91

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

Shades of Deep Sea #19755B

Tints of Deep Sea #19755B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.06%

R = 10.73%
G = 50.21%
B = 39.06%

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

#19755B (or 0x19755B) is known color: Deep Sea. HEX triplet: 19, 75 and 5B. RGB value is (25,117,91). Sum of RGB (Red+Green+Blue) = 25+117+91=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #19755B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19755B is #E68AA4. Grayscale: #565656. Windows color (decimal): -15108773 or 5993753. OLE color: 5993753.

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

Color convert

RGB 25 117 91 -
CMYK 0.79 0 0.22 0.54
HSL 163.04º 0.65% 0.28% -
HSV(B) 163.04º 0.79% 0.46% -
XYZ 8.65 13.68 12.08 -
YUV 86.53 130.52 84.11 -
System Red Green Blue C M Y K H S L
Decimal 25 117 91 0.79 0 0.22 0.54 163.04 0.65 0.28
Hex 19 75 5B 4F 0 16 36 A3 41 1C
Octal 31 165 133 117 0 26 66 243 101 34
Binary 11001 1110101 1011011 1001111 0 10110 110110 10100011 1000001 11100

Color Harmonies of #19755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19755B

Black with #19755B

Text Example


Text Example

White with #19755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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