Html Css Color HEX #19DC9B Caribbean Green

📋 copy color: '#19DC9B'

red 25 ◦ green 220 ◦ blue 155

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

Shades of Caribbean Green #19DC9B

Tints of Caribbean Green #19DC9B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55%

 BLUE value IS 155 (60.94% from 255) = 38.75%

R = 6.25%
G = 55%
B = 38.75%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#19DC9B (or 0x19DC9B) is known color: Caribbean Green. HEX triplet: 19, DC and 9B. RGB value is (25,220,155). Sum of RGB (Red+Green+Blue) = 25+220+155=400 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.25% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #19DC9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DC9B is #E62364. Grayscale: #9A9A9A. Windows color (decimal): -15082341 or 10214425. OLE color: 10214425.

HSL color Cylindrical-coordinate representation of color #19DC9B: hue angle of 160º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DC9B is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 220 155 -
CMYK 0.89 0 0.30 0.14
HSL 160º 0.8% 0.48% -
HSV(B) 160º 0.89% 0.86% -
XYZ 31.91 53.76 39.71 -
YUV 154.29 128.4 35.79 -
System Red Green Blue C M Y K H S L
Decimal 25 220 155 0.89 0 0.30 0.14 160 0.8 0.48
Hex 19 DC 9B 59 0 1E E A0 50 30
Octal 31 334 233 131 0 36 16 240 120 60
Binary 11001 11011100 10011011 1011001 0 11110 1110 10100000 1010000 110000

Color Harmonies of #19DC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DC9B

Black with #19DC9B

Text Example


Text Example

White with #19DC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19DC9B; }

 p { color: rgb(25,220,155); }

 H1.HeaderClassName
 {
   color: #19DC9B;
 }
 .AnyTagClassName
 {
   color: #19DC9B;
 }
</style>

background-color css

<style>
 a { background-color: #19DC9B; }

 a { background-color: rgb(25,220,155); }

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

border-color css

<style>
 span { border-color: #19DC9B; }

 span { border-color: rgb(25,220,155); }

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