#18DFB3

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

Shades of Caribbean Green #18DFB3

Tints of Caribbean Green #18DFB3

Color information

#18DFB3 (or 0x18DFB3) is unknown color: approx Caribbean Green. HEX triplet: 18, DF and B3. RGB value is (24,223,179). Sum of RGB (Red+Green+Blue) = 24+223+179=426 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.63% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #18DFB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DFB3 is #E7204C. Grayscale: #9E9E9E. Windows color (decimal): -15147085 or 11788056. OLE color: 11788056.

HSL color Cylindrical-coordinate representation of color #18DFB3: hue angle of 166.73º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DFB3 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB24223179-
CMYK0.8900.200.13
HSL166.73º80.57%48.43%-
HSV(B)166.73º89.24%87.45%-
XYZ34.956.2251.66-
YUV158.48139.5732.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.63%
GREEN value IS 223 (87.5% from 255) = 52.35%
BLUE value IS 179 (70.31% from 255) = 42.02%
R=5.63%
G=52.35%
B=42.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal242231790.8900.200.13166.7380.5748.43
Hex18DFB359014Da75130
Octal303372631310241524712160
Binary11000110111111011001110110010101001101101001111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18DFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,223,179); }

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

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

 a { background-color: rgb(24,223,179); }

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

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

 span { border-color: rgb(24,223,179); }

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