Html Css Color HEX #2EAFBA Light Sea Green

📋 copy color: '#2EAFBA'

red 46 ◦ green 175 ◦ blue 186

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

Shades of Light Sea Green #2EAFBA

Tints of Light Sea Green #2EAFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 11.3%
G = 43%
B = 45.7%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2EAFBA (or 0x2EAFBA) is known color: Light Sea Green. HEX triplet: 2E, AF and BA. RGB value is (46,175,186). Sum of RGB (Red+Green+Blue) = 46+175+186=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #2EAFBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAFBA is #D15045. Grayscale: #898989. Windows color (decimal): -13717574 or 12234542. OLE color: 12234542.

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

Color convert

RGB 46 175 186 -
CMYK 0.75 0.06 0 0.27
HSL 184.71º 0.6% 0.45% -
HSV(B) 184.71º 0.75% 0.73% -
XYZ 25.32 34.79 51.83 -
YUV 137.68 155.26 62.61 -
System Red Green Blue C M Y K H S L
Decimal 46 175 186 0.75 0.06 0 0.27 184.71 0.6 0.45
Hex 2E AF BA 4B 6 0 1B B9 3C 2D
Octal 56 257 272 113 6 0 33 271 74 55
Binary 101110 10101111 10111010 1001011 110 0 11011 10111001 111100 101101

Color Harmonies of #2EAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAFBA

Black with #2EAFBA

Text Example


Text Example

White with #2EAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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