Html Css Color HEX #1EC0AF Light Sea Green

📋 copy color: '#1EC0AF'

red 30 ◦ green 192 ◦ blue 175

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

Shades of Light Sea Green #1EC0AF

Tints of Light Sea Green #1EC0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 7.56%
G = 48.36%
B = 44.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#1EC0AF (or 0x1EC0AF) is known color: Light Sea Green. HEX triplet: 1E, C0 and AF. RGB value is (30,192,175). Sum of RGB (Red+Green+Blue) = 30+192+175=397 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.56% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC0AF is #E13F50. Grayscale: #8D8D8D. Windows color (decimal): -14761809 or 11517982. OLE color: 11517982.

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

Color convert

RGB 30 192 175 -
CMYK 0.84 0 0.09 0.25
HSL 173.7º 0.73% 0.44% -
HSV(B) 173.7º 0.84% 0.75% -
XYZ 27.12 41.07 47.06 -
YUV 141.62 146.83 48.38 -
System Red Green Blue C M Y K H S L
Decimal 30 192 175 0.84 0 0.09 0.25 173.7 0.73 0.44
Hex 1E C0 AF 54 0 9 19 AE 49 2C
Octal 36 300 257 124 0 11 31 256 111 54
Binary 11110 11000000 10101111 1010100 0 1001 11001 10101110 1001001 101100

Color Harmonies of #1EC0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC0AF

Black with #1EC0AF

Text Example


Text Example

White with #1EC0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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