Html Css Color HEX #1EB2A6 Light Sea Green

📋 copy color: '#1EB2A6'

red 30 ◦ green 178 ◦ blue 166

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

Shades of Light Sea Green #1EB2A6

Tints of Light Sea Green #1EB2A6

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.59%

 BLUE value IS 166 (65.23% from 255) = 44.39%

R = 8.02%
G = 47.59%
B = 44.39%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#1EB2A6 (or 0x1EB2A6) is known color: Light Sea Green. HEX triplet: 1E, B2 and A6. RGB value is (30,178,166). Sum of RGB (Red+Green+Blue) = 30+178+166=374 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.02% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 178 - color contains mainly: green. Hex color #1EB2A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EB2A6 is #E14D59. Grayscale: #848484. Windows color (decimal): -14765402 or 10924574. OLE color: 10924574.

HSL color Cylindrical-coordinate representation of color #1EB2A6: hue angle of 175.14º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB2A6 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 30 178 166 -
CMYK 0.83 0 0.07 0.30
HSL 175.14º 0.71% 0.41% -
HSV(B) 175.14º 0.83% 0.7% -
XYZ 23.34 34.87 41.58 -
YUV 132.38 146.97 54.98 -
System Red Green Blue C M Y K H S L
Decimal 30 178 166 0.83 0 0.07 0.30 175.14 0.71 0.41
Hex 1E B2 A6 53 0 7 1E AF 47 29
Octal 36 262 246 123 0 7 36 257 107 51
Binary 11110 10110010 10100110 1010011 0 111 11110 10101111 1000111 101001

Color Harmonies of #1EB2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB2A6

Black with #1EB2A6

Text Example


Text Example

White with #1EB2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,178,166); }

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

background-color css

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

 a { background-color: rgb(30,178,166); }

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

border-color css

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

 span { border-color: rgb(30,178,166); }

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