Html Css Color HEX #1EACAC Light Sea Green

📋 copy color: '#1EACAC'

red 30 ◦ green 172 ◦ blue 172

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

Shades of Light Sea Green #1EACAC

Tints of Light Sea Green #1EACAC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.99%

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 8.02%
G = 45.99%
B = 45.99%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1EACAC (or 0x1EACAC) is known color: Light Sea Green. HEX triplet: 1E, AC and AC. RGB value is (30,172,172). Sum of RGB (Red+Green+Blue) = 30+172+172=374 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.02% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #1EACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EACAC is #E15353. Grayscale: #818181. Windows color (decimal): -14766932 or 11316254. OLE color: 11316254.

HSL color Cylindrical-coordinate representation of color #1EACAC: hue angle of 180º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EACAC is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 30 172 172 -
CMYK 0.83 0 0 0.33
HSL 180º 0.7% 0.4% -
HSV(B) 180º 0.83% 0.67% -
XYZ 22.73 32.76 44.15 -
YUV 129.54 151.96 57 -
System Red Green Blue C M Y K H S L
Decimal 30 172 172 0.83 0 0 0.33 180 0.7 0.4
Hex 1E AC AC 53 0 0 21 B4 46 28
Octal 36 254 254 123 0 0 41 264 106 50
Binary 11110 10101100 10101100 1010011 0 0 100001 10110100 1000110 101000

Color Harmonies of #1EACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EACAC

Black with #1EACAC

Text Example


Text Example

White with #1EACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,172,172); }

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

background-color css

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

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

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

border-color css

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

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

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