Html Css Color HEX #1EACBA Light Sea Green

📋 copy color: '#1EACBA'

red 30 ◦ green 172 ◦ blue 186

#1EACBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #1EACBA

Tints of Light Sea Green #1EACBA

RGB

 RED value IS 30 (12.11% from 255) = 7.73%

 GREEN value IS 172 (67.58% from 255) = 44.33%

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 7.73%
G = 44.33%
B = 47.94%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1EACBA (or 0x1EACBA) is known color: Light Sea Green. HEX triplet: 1E, AC and BA. RGB value is (30,172,186). Sum of RGB (Red+Green+Blue) = 30+172+186=388 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.73% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #1EACBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EACBA is #E15345. Grayscale: #828282. Windows color (decimal): -14766918 or 12233758. OLE color: 12233758.

HSL color Cylindrical-coordinate representation of color #1EACBA: hue angle of 185.38º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EACBA is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 30 172 186 -
CMYK 0.84 0.08 0 0.27
HSL 185.38º 0.72% 0.42% -
HSV(B) 185.38º 0.84% 0.73% -
XYZ 24.15 33.33 51.61 -
YUV 131.14 158.96 55.86 -
System Red Green Blue C M Y K H S L
Decimal 30 172 186 0.84 0.08 0 0.27 185.38 0.72 0.42
Hex 1E AC BA 54 8 0 1B B9 48 2A
Octal 36 254 272 124 10 0 33 271 110 52
Binary 11110 10101100 10111010 1010100 1000 0 11011 10111001 1001000 101010

Color Harmonies of #1EACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EACBA

Black with #1EACBA

Text Example


Text Example

White with #1EACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,172,186); }

 H1.HeaderClassName
 {
   color: #1EACBA;
 }
 .AnyTagClassName
 {
   color: #1EACBA;
 }
</style>

background-color css

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

 a { background-color: rgb(30,172,186); }

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

border-color css

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

 span { border-color: rgb(30,172,186); }

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