Html Css Color HEX #2EACAD Light Sea Green

📋 copy color: '#2EACAD'

red 46 ◦ green 172 ◦ blue 173

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

Shades of Light Sea Green #2EACAD

Tints of Light Sea Green #2EACAD

RGB

 RED value IS 46 (18.36% from 255) = 11.76%

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

 BLUE value IS 173 (67.97% from 255) = 44.25%

R = 11.76%
G = 43.99%
B = 44.25%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2EACAD (or 0x2EACAD) is known color: Light Sea Green. HEX triplet: 2E, AC and AD. RGB value is (46,172,173). Sum of RGB (Red+Green+Blue) = 46+172+173=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #2EACAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EACAD is #D15352. Grayscale: #868686. Windows color (decimal): -13718355 or 11381806. OLE color: 11381806.

HSL color Cylindrical-coordinate representation of color #2EACAD: hue angle of 180.47º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EACAD is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 46 172 173 -
CMYK 0.73 0.01 0 0.32
HSL 180.47º 0.58% 0.43% -
HSV(B) 180.47º 0.73% 0.68% -
XYZ 23.42 33.1 44.69 -
YUV 134.44 149.76 64.92 -
System Red Green Blue C M Y K H S L
Decimal 46 172 173 0.73 0.01 0 0.32 180.47 0.58 0.43
Hex 2E AC AD 49 1 0 20 B4 3A 2B
Octal 56 254 255 111 1 0 40 264 72 53
Binary 101110 10101100 10101101 1001001 1 0 100000 10110100 111010 101011

Color Harmonies of #2EACAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EACAD

Black with #2EACAD

Text Example


Text Example

White with #2EACAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EACAD; }

 p { color: rgb(46,172,173); }

 H1.HeaderClassName
 {
   color: #2EACAD;
 }
 .AnyTagClassName
 {
   color: #2EACAD;
 }
</style>

background-color css

<style>
 a { background-color: #2EACAD; }

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

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

border-color css

<style>
 span { border-color: #2EACAD; }

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

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