#18B2B3

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

Shades of Light Sea Green #18B2B3

Tints of Light Sea Green #18B2B3

Color information

#18B2B3 (or 0x18B2B3) is unknown color: approx Light Sea Green. HEX triplet: 18, B2 and B3. RGB value is (24,178,179). Sum of RGB (Red+Green+Blue) = 24+178+179=381 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.30% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 179 (70.31% from 255 or 46.98% from 381); Max value from RGB is 179 - color contains mainly: blue. Hex color #18B2B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18B2B3 is #E74D4C. Grayscale: #838383. Windows color (decimal): -15158605 or 11776536. OLE color: 11776536.

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

Color convert

RGB24178179-
CMYK0.870.0100.30
HSL180.39º76.35%39.8%-
HSV(B)180.39º86.59%70.2%-
XYZ24.4335.2948.17-
YUV132.07154.4850.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.30%
GREEN value IS 178 (69.92% from 255) = 46.72%
BLUE value IS 179 (70.31% from 255) = 46.98%
R=6.30%
G=46.72%
B=46.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal241781790.870.0100.30180.3976.3539.8
Hex18B2B357101Eb44c28
Octal30262263127103626411450
Binary11000101100101011001110101111011110101101001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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