Html Css Color HEX #1EB6BA Light Sea Green

📋 copy color: '#1EB6BA'

red 30 ◦ green 182 ◦ blue 186

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

Shades of Light Sea Green #1EB6BA

Tints of Light Sea Green #1EB6BA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.73%

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

R = 7.54%
G = 45.73%
B = 46.73%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1EB6BA (or 0x1EB6BA) is known color: Light Sea Green. HEX triplet: 1E, B6 and BA. RGB value is (30,182,186). Sum of RGB (Red+Green+Blue) = 30+182+186=398 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.54% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #1EB6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB6BA is #E14945. Grayscale: #888888. Windows color (decimal): -14764358 or 12236318. OLE color: 12236318.

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

Color convert

RGB 30 182 186 -
CMYK 0.84 0.02 0 0.27
HSL 181.54º 0.72% 0.42% -
HSV(B) 181.54º 0.84% 0.73% -
XYZ 26.13 37.28 52.27 -
YUV 137.01 155.64 51.67 -
System Red Green Blue C M Y K H S L
Decimal 30 182 186 0.84 0.02 0 0.27 181.54 0.72 0.42
Hex 1E B6 BA 54 2 0 1B B6 48 2A
Octal 36 266 272 124 2 0 33 266 110 52
Binary 11110 10110110 10111010 1010100 10 0 11011 10110110 1001000 101010

Color Harmonies of #1EB6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB6BA

Black with #1EB6BA

Text Example


Text Example

White with #1EB6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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