#1eafc1

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

Shades of Light Sea Green #1EAFC1

Tints of Light Sea Green #1EAFC1

Color information

#1EAFC1 (or 0x1EAFC1) is unknown color: approx Light Sea Green. HEX triplet: 1E, AF and C1. RGB value is (30,175,193). Sum of RGB (Red+Green+Blue) = 30+175+193=398 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.54% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #1EAFC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAFC1 is #E1503E. Grayscale: #858585. Windows color (decimal): -14766143 or 12693278. OLE color: 12693278.

HSL color Cylindrical-coordinate representation of color #1EAFC1: hue angle of 186.63º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EAFC1 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB30175193-
CMYK0.840.0900.24
HSL186.63º73.09%43.73%-
HSV(B)186.63º84.46%75.69%-
XYZ25.4934.7955.82-
YUV133.7161.4654.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.54%
GREEN value IS 175 (68.75% from 255) = 43.97%
BLUE value IS 193 (75.78% from 255) = 48.49%
R=7.54%
G=43.97%
B=48.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal301751930.840.0900.24186.6373.0943.73
Hex1EAFC1549018bb492c
Octal362573011241103027311154
Binary11110101011111100000110101001001011000101110111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1eafc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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