#18B1A4

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

Shades of Light Sea Green #18B1A4

Tints of Light Sea Green #18B1A4

Color information

#18B1A4 (or 0x18B1A4) is unknown color: approx Light Sea Green. HEX triplet: 18, B1 and A4. RGB value is (24,177,164). Sum of RGB (Red+Green+Blue) = 24+177+164=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #18B1A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18B1A4 is #E74E5B. Grayscale: #818181. Windows color (decimal): -15158876 or 10793240. OLE color: 10793240.

HSL color Cylindrical-coordinate representation of color #18B1A4: hue angle of 174.9º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18B1A4 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB24177164-
CMYK0.8600.070.31
HSL174.9º76.12%39.41%-
HSV(B)174.9º86.44%69.41%-
XYZ22.834.3240.54-
YUV129.77147.3152.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.58%
GREEN value IS 177 (69.53% from 255) = 48.49%
BLUE value IS 164 (64.45% from 255) = 44.93%
R=6.58%
G=48.49%
B=44.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal241771640.8600.070.31174.976.1239.41
Hex18B1A456071Faf4c27
Octal30261244126073725711447
Binary1100010110001101001001010110011111111101011111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,177,164); }

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

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

 a { background-color: rgb(24,177,164); }

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

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

 span { border-color: rgb(24,177,164); }

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