Html Css Color HEX #2EAFAC Light Sea Green

📋 copy color: '#2EAFAC'

red 46 ◦ green 175 ◦ blue 172

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

Shades of Light Sea Green #2EAFAC

Tints of Light Sea Green #2EAFAC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.53%

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

R = 11.7%
G = 44.53%
B = 43.77%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#2EAFAC (or 0x2EAFAC) is known color: Light Sea Green. HEX triplet: 2E, AF and AC. RGB value is (46,175,172). Sum of RGB (Red+Green+Blue) = 46+175+172=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAFAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAFAC is #D15053. Grayscale: #878787. Windows color (decimal): -13717588 or 11317038. OLE color: 11317038.

HSL color Cylindrical-coordinate representation of color #2EAFAC: hue angle of 178.6º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAFAC is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 46 175 172 -
CMYK 0.74 0 0.02 0.31
HSL 178.6º 0.58% 0.43% -
HSV(B) 178.6º 0.74% 0.69% -
XYZ 23.9 34.22 44.37 -
YUV 136.09 148.26 63.74 -
System Red Green Blue C M Y K H S L
Decimal 46 175 172 0.74 0 0.02 0.31 178.6 0.58 0.43
Hex 2E AF AC 4A 0 2 1F B3 3A 2B
Octal 56 257 254 112 0 2 37 263 72 53
Binary 101110 10101111 10101100 1001010 0 10 11111 10110011 111010 101011

Color Harmonies of #2EAFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAFAC

Black with #2EAFAC

Text Example


Text Example

White with #2EAFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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