#18BCB4

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

Shades of Light Sea Green #18BCB4

Tints of Light Sea Green #18BCB4

Color information

#18BCB4 (or 0x18BCB4) is unknown color: approx Light Sea Green. HEX triplet: 18, BC and B4. RGB value is (24,188,180). Sum of RGB (Red+Green+Blue) = 24+188+180=392 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.12% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #18BCB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BCB4 is #E7434B. Grayscale: #898989. Windows color (decimal): -15156044 or 11844632. OLE color: 11844632.

HSL color Cylindrical-coordinate representation of color #18BCB4: hue angle of 177.07º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BCB4 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB24188180-
CMYK0.8700.040.26
HSL177.07º77.36%41.57%-
HSV(B)177.07º87.23%73.73%-
XYZ26.639.4649.39-
YUV138.05151.6746.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.12%
GREEN value IS 188 (73.83% from 255) = 47.96%
BLUE value IS 180 (70.70% from 255) = 45.92%
R=6.12%
G=47.96%
B=45.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal241881800.8700.040.26177.0777.3641.57
Hex18BCB457041Ab14d2a
Octal30274264127043226111552
Binary1100010111100101101001010111010011010101100011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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