Html Css Color HEX #19CF9D Caribbean Green

📋 copy color: '#19CF9D'

red 25 ◦ green 207 ◦ blue 157

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

Shades of Caribbean Green #19CF9D

Tints of Caribbean Green #19CF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.36%

R = 6.43%
G = 53.21%
B = 40.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#19CF9D (or 0x19CF9D) is known color: Caribbean Green. HEX triplet: 19, CF and 9D. RGB value is (25,207,157). Sum of RGB (Red+Green+Blue) = 25+207+157=389 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.43% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #19CF9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CF9D is #E63062. Grayscale: #929292. Windows color (decimal): -15085667 or 10342169. OLE color: 10342169.

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

Color convert

RGB 25 207 157 -
CMYK 0.88 0 0.24 0.19
HSL 163.52º 0.78% 0.45% -
HSV(B) 163.52º 0.88% 0.81% -
XYZ 28.8 47.27 39.5 -
YUV 146.88 133.7 41.07 -
System Red Green Blue C M Y K H S L
Decimal 25 207 157 0.88 0 0.24 0.19 163.52 0.78 0.45
Hex 19 CF 9D 58 0 18 13 A4 4E 2D
Octal 31 317 235 130 0 30 23 244 116 55
Binary 11001 11001111 10011101 1011000 0 11000 10011 10100100 1001110 101101

Color Harmonies of #19CF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CF9D

Black with #19CF9D

Text Example


Text Example

White with #19CF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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