Html Css Color HEX #1EB0BA Light Sea Green

📋 copy color: '#1EB0BA'

red 30 ◦ green 176 ◦ blue 186

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

Shades of Light Sea Green #1EB0BA

Tints of Light Sea Green #1EB0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.9%

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

R = 7.65%
G = 44.9%
B = 47.45%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1EB0BA (or 0x1EB0BA) is known color: Light Sea Green. HEX triplet: 1E, B0 and BA. RGB value is (30,176,186). Sum of RGB (Red+Green+Blue) = 30+176+186=392 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.65% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #1EB0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EB0BA is #E14F45. Grayscale: #858585. Windows color (decimal): -14765894 or 12234782. OLE color: 12234782.

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

Color convert

RGB 30 176 186 -
CMYK 0.84 0.05 0 0.27
HSL 183.85º 0.72% 0.42% -
HSV(B) 183.85º 0.84% 0.73% -
XYZ 24.92 34.87 51.87 -
YUV 133.49 157.63 54.19 -
System Red Green Blue C M Y K H S L
Decimal 30 176 186 0.84 0.05 0 0.27 183.85 0.72 0.42
Hex 1E B0 BA 54 5 0 1B B8 48 2A
Octal 36 260 272 124 5 0 33 270 110 52
Binary 11110 10110000 10111010 1010100 101 0 11011 10111000 1001000 101010

Color Harmonies of #1EB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB0BA

Black with #1EB0BA

Text Example


Text Example

White with #1EB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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