#18BFA1

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

Shades of Light Sea Green #18BFA1

Tints of Light Sea Green #18BFA1

Color information

#18BFA1 (or 0x18BFA1) is unknown color: approx Light Sea Green. HEX triplet: 18, BF and A1. RGB value is (24,191,161). Sum of RGB (Red+Green+Blue) = 24+191+161=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #18BFA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BFA1 is #E7405E. Grayscale: #898989. Windows color (decimal): -15155295 or 10600216. OLE color: 10600216.

HSL color Cylindrical-coordinate representation of color #18BFA1: hue angle of 169.22º 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 #18BFA1 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB24191161-
CMYK0.8700.160.25
HSL169.22º77.67%42.16%-
HSV(B)169.22º87.43%74.9%-
XYZ25.4440.0340.1-
YUV137.65141.1746.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.38%
GREEN value IS 191 (75% from 255) = 50.80%
BLUE value IS 161 (63.28% from 255) = 42.82%
R=6.38%
G=50.80%
B=42.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241911610.8700.160.25169.2277.6742.16
Hex18BFA15701019a94e2a
Octal302772411270203125111652
Binary110001011111110100001101011101000011001101010011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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