#18CD93

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

Shades of Caribbean Green #18CD93

Tints of Caribbean Green #18CD93

Color information

#18CD93 (or 0x18CD93) is unknown color: approx Caribbean Green. HEX triplet: 18, CD and 93. RGB value is (24,205,147). Sum of RGB (Red+Green+Blue) = 24+205+147=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CD93 is #E7326C. Grayscale: #909090. Windows color (decimal): -15151725 or 9686296. OLE color: 9686296.

HSL color Cylindrical-coordinate representation of color #18CD93: hue angle of 160.77º 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 #18CD93 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB24205147-
CMYK0.8800.280.20
HSL160.77º79.04%44.9%-
HSV(B)160.77º88.29%80.39%-
XYZ27.4745.9635.03-
YUV144.27129.5342.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.38%
GREEN value IS 205 (80.47% from 255) = 54.52%
BLUE value IS 147 (57.81% from 255) = 39.10%
R=6.38%
G=54.52%
B=39.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal242051470.8800.280.20160.7779.0444.9
Hex18CD935801C14a14f2d
Octal303152231300342424111755
Binary110001100110110010011101100001110010100101000011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,205,147); }

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

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

 a { background-color: rgb(24,205,147); }

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

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

 span { border-color: rgb(24,205,147); }

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