#18CC96

Color #18CC96 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #18CC96

Tints of Caribbean Green #18CC96

Color information

#18CC96 (or 0x18CC96) is unknown color: approx Caribbean Green. HEX triplet: 18, CC and 96. RGB value is (24,204,150). Sum of RGB (Red+Green+Blue) = 24+204+150=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CC96 is #E73369. Grayscale: #909090. Windows color (decimal): -15151978 or 9882648. OLE color: 9882648.

HSL color Cylindrical-coordinate representation of color #18CC96: hue angle of 162º degrees, saturation: 0.79, 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 #18CC96 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB24204150-
CMYK0.8800.260.2
HSL162º78.95%44.71%-
HSV(B)162º88.24%80%-
XYZ27.4745.5836.2-
YUV144.02131.3742.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.35%
GREEN value IS 204 (80.08% from 255) = 53.97%
BLUE value IS 150 (58.98% from 255) = 39.68%
R=6.35%
G=53.97%
B=39.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal242041500.8800.260.216278.9544.71
Hex18CC965801A14a24f2d
Octal303142261300322424211755
Binary110001100110010010110101100001101010100101000101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18CC96; }

 p { color: rgb(24,204,150); }

 H1.HeaderClassName
 {
   color: #18CC96;
 }
 .AnyTagClassName
 {
   color: #18CC96;
 }
</style>
background-color css

<style>
 a { background-color: #18CC96; }

 a { background-color: rgb(24,204,150); }

 div.DivClassName
 {
   background-color: #18CC96;
 }
 .BgClassName
 {
   background-color: #18CC96;
 }
</style>
border-color css

<style>
 span { border-color: #18CC96; }

 span { border-color: rgb(24,204,150); }

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