Html Css Color HEX #1EC0BF Light Sea Green

📋 copy color: '#1EC0BF'

red 30 ◦ green 192 ◦ blue 191

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

Shades of Light Sea Green #1EC0BF

Tints of Light Sea Green #1EC0BF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.49%

 BLUE value IS 191 (75% from 255) = 46.25%

R = 7.26%
G = 46.49%
B = 46.25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#1EC0BF (or 0x1EC0BF) is known color: Light Sea Green. HEX triplet: 1E, C0 and BF. RGB value is (30,192,191). Sum of RGB (Red+Green+Blue) = 30+192+191=413 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.26% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC0BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC0BF is #E13F40. Grayscale: #8F8F8F. Windows color (decimal): -14761793 or 12566558. OLE color: 12566558.

HSL color Cylindrical-coordinate representation of color #1EC0BF: hue angle of 179.63º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC0BF is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 192 191 -
CMYK 0.84 0 0.01 0.25
HSL 179.63º 0.73% 0.44% -
HSV(B) 179.63º 0.84% 0.75% -
XYZ 28.79 41.74 55.83 -
YUV 143.45 154.83 47.08 -
System Red Green Blue C M Y K H S L
Decimal 30 192 191 0.84 0 0.01 0.25 179.63 0.73 0.44
Hex 1E C0 BF 54 0 1 19 B4 49 2C
Octal 36 300 277 124 0 1 31 264 111 54
Binary 11110 11000000 10111111 1010100 0 1 11001 10110100 1001001 101100

Color Harmonies of #1EC0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC0BF

Black with #1EC0BF

Text Example


Text Example

White with #1EC0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,192,191); }

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

background-color css

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

 a { background-color: rgb(30,192,191); }

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

border-color css

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

 span { border-color: rgb(30,192,191); }

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