#18BFA3

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

Shades of Light Sea Green #18BFA3

Tints of Light Sea Green #18BFA3

Color information

#18BFA3 (or 0x18BFA3) is unknown color: approx Light Sea Green. HEX triplet: 18, BF and A3. RGB value is (24,191,163). Sum of RGB (Red+Green+Blue) = 24+191+163=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #18BFA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BFA3 is #E7405C. Grayscale: #898989. Windows color (decimal): -15155293 or 10731288. OLE color: 10731288.

HSL color Cylindrical-coordinate representation of color #18BFA3: hue angle of 169.94º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BFA3 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB24191163-
CMYK0.8700.150.25
HSL169.94º77.67%42.16%-
HSV(B)169.94º87.43%74.9%-
XYZ25.6240.141.04-
YUV137.88142.1746.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.35%
GREEN value IS 191 (75% from 255) = 50.53%
BLUE value IS 163 (64.06% from 255) = 43.12%
R=6.35%
G=50.53%
B=43.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241911630.8700.150.25169.9477.6742.16
Hex18BFA3570F19aa4e2a
Octal302772431270173125211652
Binary11000101111111010001110101110111111001101010101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,191,163); }

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

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

 a { background-color: rgb(24,191,163); }

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

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

 span { border-color: rgb(24,191,163); }

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