Html Css Color HEX #2EABB2 Light Sea Green

📋 copy color: '#2EABB2'

red 46 ◦ green 171 ◦ blue 178

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

Shades of Light Sea Green #2EABB2

Tints of Light Sea Green #2EABB2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.29%

 BLUE value IS 178 (69.92% from 255) = 45.06%

R = 11.65%
G = 43.29%
B = 45.06%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2EABB2 (or 0x2EABB2) is known color: Light Sea Green. HEX triplet: 2E, AB and B2. RGB value is (46,171,178). Sum of RGB (Red+Green+Blue) = 46+171+178=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 178 - color contains mainly: blue. Hex color #2EABB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EABB2 is #D1544D. Grayscale: #868686. Windows color (decimal): -13718606 or 11709230. OLE color: 11709230.

HSL color Cylindrical-coordinate representation of color #2EABB2: hue angle of 183.18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EABB2 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 171 178 -
CMYK 0.74 0.04 0 0.30
HSL 183.18º 0.59% 0.44% -
HSV(B) 183.18º 0.74% 0.7% -
XYZ 23.73 32.92 47.22 -
YUV 134.42 152.59 64.93 -
System Red Green Blue C M Y K H S L
Decimal 46 171 178 0.74 0.04 0 0.30 183.18 0.59 0.44
Hex 2E AB B2 4A 4 0 1E B7 3B 2C
Octal 56 253 262 112 4 0 36 267 73 54
Binary 101110 10101011 10110010 1001010 100 0 11110 10110111 111011 101100

Color Harmonies of #2EABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EABB2

Black with #2EABB2

Text Example


Text Example

White with #2EABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,171,178); }

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

background-color css

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

 a { background-color: rgb(46,171,178); }

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

border-color css

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

 span { border-color: rgb(46,171,178); }

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