#18B2A7

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

Shades of Light Sea Green #18B2A7

Tints of Light Sea Green #18B2A7

Color information

#18B2A7 (or 0x18B2A7) is unknown color: approx Light Sea Green. HEX triplet: 18, B2 and A7. RGB value is (24,178,167). Sum of RGB (Red+Green+Blue) = 24+178+167=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 167 (65.62% from 255 or 45.26% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #18B2A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18B2A7 is #E74D58. Grayscale: #828282. Windows color (decimal): -15158617 or 10990104. OLE color: 10990104.

HSL color Cylindrical-coordinate representation of color #18B2A7: hue angle of 175.71º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B2A7 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB24178167-
CMYK0.8700.060.30
HSL175.71º76.24%39.61%-
HSV(B)175.71º86.52%69.8%-
XYZ23.2734.8342.05-
YUV130.7148.4851.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.50%
GREEN value IS 178 (69.92% from 255) = 48.24%
BLUE value IS 167 (65.62% from 255) = 45.26%
R=6.50%
G=48.24%
B=45.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal241781670.8700.060.30175.7176.2439.61
Hex18B2A757061Eb04c28
Octal30262247127063626011450
Binary1100010110010101001111010111011011110101100001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,178,167); }

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

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

 a { background-color: rgb(24,178,167); }

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

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

 span { border-color: rgb(24,178,167); }

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