#18BA9E

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

Shades of Light Sea Green #18BA9E

Tints of Light Sea Green #18BA9E

Color information

#18BA9E (or 0x18BA9E) is unknown color: approx Light Sea Green. HEX triplet: 18, BA and 9E. RGB value is (24,186,158). Sum of RGB (Red+Green+Blue) = 24+186+158=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BA9E is #E74561. Grayscale: #868686. Windows color (decimal): -15156578 or 10402328. OLE color: 10402328.

HSL color Cylindrical-coordinate representation of color #18BA9E: hue angle of 169.63º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BA9E is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB24186158-
CMYK0.8700.150.27
HSL169.63º77.14%41.18%-
HSV(B)169.63º87.1%72.94%-
XYZ24.1137.7838.37-
YUV134.37141.3349.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.52%
GREEN value IS 186 (73.05% from 255) = 50.54%
BLUE value IS 158 (62.11% from 255) = 42.93%
R=6.52%
G=50.54%
B=42.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241861580.8700.150.27169.6377.1441.18
Hex18BA9E570F1Baa4d29
Octal302722361270173325211551
Binary11000101110101001111010101110111111011101010101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,186,158); }

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

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

 a { background-color: rgb(24,186,158); }

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

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

 span { border-color: rgb(24,186,158); }

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