Html Css Color HEX #19DEAE Caribbean Green

📋 copy color: '#19DEAE'

red 25 ◦ green 222 ◦ blue 174

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

Shades of Caribbean Green #19DEAE

Tints of Caribbean Green #19DEAE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.73%

 BLUE value IS 174 (68.36% from 255) = 41.33%

R = 5.94%
G = 52.73%
B = 41.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#19DEAE (or 0x19DEAE) is known color: Caribbean Green. HEX triplet: 19, DE and AE. RGB value is (25,222,174). Sum of RGB (Red+Green+Blue) = 25+222+174=421 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.94% from 421); Green value is 222 (87.11% from 255 or 52.73% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 222 - color contains mainly: green. Hex color #19DEAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DEAE is #E62151. Grayscale: #9D9D9D. Windows color (decimal): -15081810 or 11460121. OLE color: 11460121.

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

Color convert

RGB 25 222 174 -
CMYK 0.89 0 0.22 0.13
HSL 165.38º 0.8% 0.48% -
HSV(B) 165.38º 0.89% 0.87% -
XYZ 34.16 55.51 48.96 -
YUV 157.63 137.23 33.4 -
System Red Green Blue C M Y K H S L
Decimal 25 222 174 0.89 0 0.22 0.13 165.38 0.8 0.48
Hex 19 DE AE 59 0 16 D A5 50 30
Octal 31 336 256 131 0 26 15 245 120 60
Binary 11001 11011110 10101110 1011001 0 10110 1101 10100101 1010000 110000

Color Harmonies of #19DEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DEAE

Black with #19DEAE

Text Example


Text Example

White with #19DEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,222,174); }

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

background-color css

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

 a { background-color: rgb(25,222,174); }

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

border-color css

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

 span { border-color: rgb(25,222,174); }

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