#18B2AE

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

Shades of Light Sea Green #18B2AE

Tints of Light Sea Green #18B2AE

Color information

#18B2AE (or 0x18B2AE) is unknown color: approx Light Sea Green. HEX triplet: 18, B2 and AE. RGB value is (24,178,174). Sum of RGB (Red+Green+Blue) = 24+178+174=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #18B2AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18B2AE is #E74D51. Grayscale: #838383. Windows color (decimal): -15158610 or 11448856. OLE color: 11448856.

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

Color convert

RGB24178174-
CMYK0.8700.020.30
HSL178.44º76.24%39.61%-
HSV(B)178.44º86.52%69.8%-
XYZ23.9435.0945.56-
YUV131.5151.9851.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.38%
GREEN value IS 178 (69.92% from 255) = 47.34%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=6.38%
G=47.34%
B=46.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal241781740.8700.020.30178.4476.2439.61
Hex18B2AE57021Eb24c28
Octal30262256127023626211450
Binary110001011001010101110101011101011110101100101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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