#18BB9A

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

Shades of Light Sea Green #18BB9A

Tints of Light Sea Green #18BB9A

Color information

#18BB9A (or 0x18BB9A) is unknown color: approx Light Sea Green. HEX triplet: 18, BB and 9A. RGB value is (24,187,154). Sum of RGB (Red+Green+Blue) = 24+187+154=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 187 (73.44% from 255 or 51.23% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 187 - color contains mainly: green. Hex color #18BB9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BB9A is #E74465. Grayscale: #868686. Windows color (decimal): -15156326 or 10140440. OLE color: 10140440.

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

Color convert

RGB24187154-
CMYK0.8700.180.27
HSL167.85º77.25%41.37%-
HSV(B)167.85º87.17%73.33%-
XYZ23.9838.0736.66-
YUV134.513949.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.58%
GREEN value IS 187 (73.44% from 255) = 51.23%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=6.58%
G=51.23%
B=42.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241871540.8700.180.27167.8577.2541.37
Hex18BB9A570121Ba84d29
Octal302732321270223325011551
Binary110001011101110011010101011101001011011101010001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,187,154); }

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

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

 a { background-color: rgb(24,187,154); }

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

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

 span { border-color: rgb(24,187,154); }

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