Html Css Color HEX #19CB96 Caribbean Green

📋 copy color: '#19CB96'

red 25 ◦ green 203 ◦ blue 150

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

Shades of Caribbean Green #19CB96

Tints of Caribbean Green #19CB96

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.7%

 BLUE value IS 150 (58.98% from 255) = 39.68%

R = 6.61%
G = 53.7%
B = 39.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#19CB96 (or 0x19CB96) is known color: Caribbean Green. HEX triplet: 19, CB and 96. RGB value is (25,203,150). Sum of RGB (Red+Green+Blue) = 25+203+150=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CB96 is #E63469. Grayscale: #8F8F8F. Windows color (decimal): -15086698 or 9882393. OLE color: 9882393.

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

Color convert

RGB 25 203 150 -
CMYK 0.88 0 0.26 0.20
HSL 162.13º 0.78% 0.45% -
HSV(B) 162.13º 0.88% 0.8% -
XYZ 27.26 45.12 36.13 -
YUV 143.74 131.53 43.31 -
System Red Green Blue C M Y K H S L
Decimal 25 203 150 0.88 0 0.26 0.20 162.13 0.78 0.45
Hex 19 CB 96 58 0 1A 14 A2 4E 2D
Octal 31 313 226 130 0 32 24 242 116 55
Binary 11001 11001011 10010110 1011000 0 11010 10100 10100010 1001110 101101

Color Harmonies of #19CB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CB96

Black with #19CB96

Text Example


Text Example

White with #19CB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,203,150); }

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

background-color css

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

 a { background-color: rgb(25,203,150); }

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

border-color css

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

 span { border-color: rgb(25,203,150); }

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