#18C4BE

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

Shades of Light Sea Green #18C4BE

Tints of Light Sea Green #18C4BE

Color information

#18C4BE (or 0x18C4BE) is unknown color: approx Light Sea Green. HEX triplet: 18, C4 and BE. RGB value is (24,196,190). Sum of RGB (Red+Green+Blue) = 24+196+190=410 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.85% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #18C4BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C4BE is #E73B41. Grayscale: #8F8F8F. Windows color (decimal): -15153986 or 12502040. OLE color: 12502040.

HSL color Cylindrical-coordinate representation of color #18C4BE: hue angle of 177.91º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C4BE is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB24196190-
CMYK0.8800.030.23
HSL177.91º78.18%43.14%-
HSV(B)177.91º87.76%76.86%-
XYZ29.4143.3955.54-
YUV143.89154.0242.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.85%
GREEN value IS 196 (76.95% from 255) = 47.80%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=5.85%
G=47.80%
B=46.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal241961900.8800.030.23177.9178.1843.14
Hex18C4BE580317b24e2b
Octal30304276130032726211653
Binary110001100010010111110101100001110111101100101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,196,190); }

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

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

 a { background-color: rgb(24,196,190); }

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

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

 span { border-color: rgb(24,196,190); }

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