Html Css Color HEX #1EADBA Light Sea Green

📋 copy color: '#1EADBA'

red 30 ◦ green 173 ◦ blue 186

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

Shades of Light Sea Green #1EADBA

Tints of Light Sea Green #1EADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.47%

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

R = 7.71%
G = 44.47%
B = 47.81%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1EADBA (or 0x1EADBA) is known color: Light Sea Green. HEX triplet: 1E, AD and BA. RGB value is (30,173,186). Sum of RGB (Red+Green+Blue) = 30+173+186=389 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.71% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #1EADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EADBA is #E15245. Grayscale: #838383. Windows color (decimal): -14766662 or 12234014. OLE color: 12234014.

HSL color Cylindrical-coordinate representation of color #1EADBA: hue angle of 185º 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 #1EADBA is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 30 173 186 -
CMYK 0.84 0.07 0 0.27
HSL 185º 0.72% 0.42% -
HSV(B) 185º 0.84% 0.73% -
XYZ 24.34 33.71 51.68 -
YUV 131.73 158.62 55.44 -
System Red Green Blue C M Y K H S L
Decimal 30 173 186 0.84 0.07 0 0.27 185 0.72 0.42
Hex 1E AD BA 54 7 0 1B B9 48 2A
Octal 36 255 272 124 7 0 33 271 110 52
Binary 11110 10101101 10111010 1010100 111 0 11011 10111001 1001000 101010

Color Harmonies of #1EADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EADBA

Black with #1EADBA

Text Example


Text Example

White with #1EADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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