Html Css Color HEX #19DBAD Caribbean Green

📋 copy color: '#19DBAD'

red 25 ◦ green 219 ◦ blue 173

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

Shades of Caribbean Green #19DBAD

Tints of Caribbean Green #19DBAD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.52%

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 6%
G = 52.52%
B = 41.49%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#19DBAD (or 0x19DBAD) is known color: Caribbean Green. HEX triplet: 19, DB and AD. RGB value is (25,219,173). Sum of RGB (Red+Green+Blue) = 25+219+173=417 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.00% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #19DBAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DBAD is #E62452. Grayscale: #9B9B9B. Windows color (decimal): -15082579 or 11393817. OLE color: 11393817.

HSL color Cylindrical-coordinate representation of color #19DBAD: hue angle of 165.77º 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 #19DBAD is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 219 173 -
CMYK 0.89 0 0.21 0.14
HSL 165.77º 0.8% 0.48% -
HSV(B) 165.77º 0.89% 0.86% -
XYZ 33.28 53.89 48.18 -
YUV 155.75 137.73 34.74 -
System Red Green Blue C M Y K H S L
Decimal 25 219 173 0.89 0 0.21 0.14 165.77 0.8 0.48
Hex 19 DB AD 59 0 15 E A6 50 30
Octal 31 333 255 131 0 25 16 246 120 60
Binary 11001 11011011 10101101 1011001 0 10101 1110 10100110 1010000 110000

Color Harmonies of #19DBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DBAD

Black with #19DBAD

Text Example


Text Example

White with #19DBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,219,173); }

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

background-color css

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

 a { background-color: rgb(25,219,173); }

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

border-color css

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

 span { border-color: rgb(25,219,173); }

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