Html Css Color HEX #1EB5BA Light Sea Green

📋 copy color: '#1EB5BA'

red 30 ◦ green 181 ◦ blue 186

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

Shades of Light Sea Green #1EB5BA

Tints of Light Sea Green #1EB5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.59%

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

R = 7.56%
G = 45.59%
B = 46.85%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1EB5BA (or 0x1EB5BA) is known color: Light Sea Green. HEX triplet: 1E, B5 and BA. RGB value is (30,181,186). Sum of RGB (Red+Green+Blue) = 30+181+186=397 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.56% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #1EB5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB5BA is #E14A45. Grayscale: #888888. Windows color (decimal): -14764614 or 12236062. OLE color: 12236062.

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

Color convert

RGB 30 181 186 -
CMYK 0.84 0.03 0 0.27
HSL 181.92º 0.72% 0.42% -
HSV(B) 181.92º 0.84% 0.73% -
XYZ 25.92 36.87 52.2 -
YUV 136.42 155.97 52.09 -
System Red Green Blue C M Y K H S L
Decimal 30 181 186 0.84 0.03 0 0.27 181.92 0.72 0.42
Hex 1E B5 BA 54 3 0 1B B6 48 2A
Octal 36 265 272 124 3 0 33 266 110 52
Binary 11110 10110101 10111010 1010100 11 0 11011 10110110 1001000 101010

Color Harmonies of #1EB5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB5BA

Black with #1EB5BA

Text Example


Text Example

White with #1EB5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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