#1EBCAF

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

Shades of Light Sea Green #1EBCAF

Tints of Light Sea Green #1EBCAF

Color information

#1EBCAF (or 0x1EBCAF) is unknown color: approx Light Sea Green. HEX triplet: 1E, BC and AF. RGB value is (30,188,175). Sum of RGB (Red+Green+Blue) = 30+188+175=393 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.63% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #1EBCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBCAF is #E14350. Grayscale: #8B8B8B. Windows color (decimal): -14762833 or 11516958. OLE color: 11516958.

HSL color Cylindrical-coordinate representation of color #1EBCAF: hue angle of 175.06º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBCAF is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB30188175-
CMYK0.8400.070.26
HSL175.06º72.48%42.75%-
HSV(B)175.06º84.04%73.73%-
XYZ26.2639.3446.77-
YUV139.28148.1550.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.63%
GREEN value IS 188 (73.83% from 255) = 47.84%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=7.63%
G=47.84%
B=44.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301881750.8400.070.26175.0672.4842.75
Hex1EBCAF54071Aaf482b
Octal36274257124073225711053
Binary1111010111100101011111010100011111010101011111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EBCAF; }

 p { color: rgb(30,188,175); }

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

<style>
 a { background-color: #1EBCAF; }

 a { background-color: rgb(30,188,175); }

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

<style>
 span { border-color: #1EBCAF; }

 span { border-color: rgb(30,188,175); }

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