Html Css Color HEX #19CA9C Caribbean Green

📋 copy color: '#19CA9C'

red 25 ◦ green 202 ◦ blue 156

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

Shades of Caribbean Green #19CA9C

Tints of Caribbean Green #19CA9C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.74%

 BLUE value IS 156 (61.33% from 255) = 40.73%

R = 6.53%
G = 52.74%
B = 40.73%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#19CA9C (or 0x19CA9C) is known color: Caribbean Green. HEX triplet: 19, CA and 9C. RGB value is (25,202,156). Sum of RGB (Red+Green+Blue) = 25+202+156=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #19CA9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CA9C is #E63563. Grayscale: #8F8F8F. Windows color (decimal): -15086948 or 10275353. OLE color: 10275353.

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

Color convert

RGB 25 202 156 -
CMYK 0.88 0 0.23 0.21
HSL 164.41º 0.78% 0.45% -
HSV(B) 164.41º 0.88% 0.79% -
XYZ 27.52 44.85 38.66 -
YUV 143.83 134.86 43.24 -
System Red Green Blue C M Y K H S L
Decimal 25 202 156 0.88 0 0.23 0.21 164.41 0.78 0.45
Hex 19 CA 9C 58 0 17 15 A4 4E 2D
Octal 31 312 234 130 0 27 25 244 116 55
Binary 11001 11001010 10011100 1011000 0 10111 10101 10100100 1001110 101101

Color Harmonies of #19CA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CA9C

Black with #19CA9C

Text Example


Text Example

White with #19CA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,202,156); }

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

background-color css

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

 a { background-color: rgb(25,202,156); }

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

border-color css

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

 span { border-color: rgb(25,202,156); }

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