Html Css Color HEX #2EACB6 Light Sea Green

📋 copy color: '#2EACB6'

red 46 ◦ green 172 ◦ blue 182

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

Shades of Light Sea Green #2EACB6

Tints of Light Sea Green #2EACB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.5%

R = 11.5%
G = 43%
B = 45.5%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2EACB6 (or 0x2EACB6) is known color: Light Sea Green. HEX triplet: 2E, AC and B6. RGB value is (46,172,182). Sum of RGB (Red+Green+Blue) = 46+172+182=400 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.5% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 182 - color contains mainly: blue. Hex color #2EACB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EACB6 is #D15349. Grayscale: #878787. Windows color (decimal): -13718346 or 11971630. OLE color: 11971630.

HSL color Cylindrical-coordinate representation of color #2EACB6: hue angle of 184.41º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EACB6 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 46 172 182 -
CMYK 0.75 0.05 0 0.29
HSL 184.41º 0.6% 0.45% -
HSV(B) 184.41º 0.75% 0.71% -
XYZ 24.32 33.46 49.43 -
YUV 135.47 154.26 64.19 -
System Red Green Blue C M Y K H S L
Decimal 46 172 182 0.75 0.05 0 0.29 184.41 0.6 0.45
Hex 2E AC B6 4B 5 0 1D B8 3C 2D
Octal 56 254 266 113 5 0 35 270 74 55
Binary 101110 10101100 10110110 1001011 101 0 11101 10111000 111100 101101

Color Harmonies of #2EACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EACB6

Black with #2EACB6

Text Example


Text Example

White with #2EACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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