Html Css Color HEX #19CFA4 Caribbean Green

📋 copy color: '#19CFA4'

red 25 ◦ green 207 ◦ blue 164

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

Shades of Caribbean Green #19CFA4

Tints of Caribbean Green #19CFA4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.27%

 BLUE value IS 164 (64.45% from 255) = 41.41%

R = 6.31%
G = 52.27%
B = 41.41%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#19CFA4 (or 0x19CFA4) is known color: Caribbean Green. HEX triplet: 19, CF and A4. RGB value is (25,207,164). Sum of RGB (Red+Green+Blue) = 25+207+164=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #19CFA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CFA4 is #E6305B. Grayscale: #939393. Windows color (decimal): -15085660 or 10800921. OLE color: 10800921.

HSL color Cylindrical-coordinate representation of color #19CFA4: hue angle of 165.82º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CFA4 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 207 164 -
CMYK 0.88 0 0.21 0.19
HSL 165.82º 0.78% 0.45% -
HSV(B) 165.82º 0.88% 0.81% -
XYZ 29.41 47.51 42.74 -
YUV 147.68 137.2 40.5 -
System Red Green Blue C M Y K H S L
Decimal 25 207 164 0.88 0 0.21 0.19 165.82 0.78 0.45
Hex 19 CF A4 58 0 15 13 A6 4E 2D
Octal 31 317 244 130 0 25 23 246 116 55
Binary 11001 11001111 10100100 1011000 0 10101 10011 10100110 1001110 101101

Color Harmonies of #19CFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CFA4

Black with #19CFA4

Text Example


Text Example

White with #19CFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,207,164); }

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

background-color css

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

 a { background-color: rgb(25,207,164); }

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

border-color css

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

 span { border-color: rgb(25,207,164); }

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