Html Css Color HEX #19CFAC Caribbean Green

📋 copy color: '#19CFAC'

red 25 ◦ green 207 ◦ blue 172

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

Shades of Caribbean Green #19CFAC

Tints of Caribbean Green #19CFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 6.19%
G = 51.24%
B = 42.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#19CFAC (or 0x19CFAC) is known color: Caribbean Green. HEX triplet: 19, CF and AC. RGB value is (25,207,172). Sum of RGB (Red+Green+Blue) = 25+207+172=404 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.19% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #19CFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CFAC is #E63053. Grayscale: #949494. Windows color (decimal): -15085652 or 11325209. OLE color: 11325209.

HSL color Cylindrical-coordinate representation of color #19CFAC: hue angle of 168.46º 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 #19CFAC is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 207 172 -
CMYK 0.88 0 0.17 0.19
HSL 168.46º 0.78% 0.45% -
HSV(B) 168.46º 0.88% 0.81% -
XYZ 30.16 47.81 46.67 -
YUV 148.59 141.2 39.85 -
System Red Green Blue C M Y K H S L
Decimal 25 207 172 0.88 0 0.17 0.19 168.46 0.78 0.45
Hex 19 CF AC 58 0 11 13 A8 4E 2D
Octal 31 317 254 130 0 21 23 250 116 55
Binary 11001 11001111 10101100 1011000 0 10001 10011 10101000 1001110 101101

Color Harmonies of #19CFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CFAC

Black with #19CFAC

Text Example


Text Example

White with #19CFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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