#18B4B5

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

Shades of Light Sea Green #18B4B5

Tints of Light Sea Green #18B4B5

Color information

#18B4B5 (or 0x18B4B5) is unknown color: approx Light Sea Green. HEX triplet: 18, B4 and B5. RGB value is (24,180,181). Sum of RGB (Red+Green+Blue) = 24+180+181=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 181 - color contains mainly: blue. Hex color #18B4B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B4B5 is #E74B4A. Grayscale: #858585. Windows color (decimal): -15158091 or 11908120. OLE color: 11908120.

HSL color Cylindrical-coordinate representation of color #18B4B5: hue angle of 180.38º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B4B5 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB24180181-
CMYK0.870.0100.29
HSL180.38º76.59%40.2%-
HSV(B)180.38º86.74%70.98%-
XYZ25.0436.1749.38-
YUV133.47154.8249.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.23%
GREEN value IS 180 (70.70% from 255) = 46.75%
BLUE value IS 181 (71.09% from 255) = 47.01%
R=6.23%
G=46.75%
B=47.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal241801810.870.0100.29180.3876.5940.2
Hex18B4B557101Db44d28
Octal30264265127103526411550
Binary11000101101001011010110101111011101101101001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,180,181); }

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

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

 a { background-color: rgb(24,180,181); }

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

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

 span { border-color: rgb(24,180,181); }

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