#18C89B

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

Shades of Caribbean Green #18C89B

Tints of Caribbean Green #18C89B

Color information

#18C89B (or 0x18C89B) is unknown color: approx Caribbean Green. HEX triplet: 18, C8 and 9B. RGB value is (24,200,155). Sum of RGB (Red+Green+Blue) = 24+200+155=379 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.33% from 379); Green value is 200 (78.52% from 255 or 52.77% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 200 - color contains mainly: green. Hex color #18C89B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C89B is #E73764. Grayscale: #8E8E8E. Windows color (decimal): -15152997 or 10209304. OLE color: 10209304.

HSL color Cylindrical-coordinate representation of color #18C89B: hue angle of 164.66º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C89B is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB24200155-
CMYK0.8800.220.22
HSL164.66º78.57%43.92%-
HSV(B)164.66º88%78.43%-
XYZ26.9543.8738.06-
YUV142.25135.1943.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.33%
GREEN value IS 200 (78.52% from 255) = 52.77%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=6.33%
G=52.77%
B=40.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal242001550.8800.220.22164.6678.5743.92
Hex18C89B5801616a54f2c
Octal303102331300262624511754
Binary110001100100010011011101100001011010110101001011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,200,155); }

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

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

 a { background-color: rgb(24,200,155); }

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

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

 span { border-color: rgb(24,200,155); }

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