Html Css Color HEX #2EAFBC Light Sea Green

📋 copy color: '#2EAFBC'

red 46 ◦ green 175 ◦ blue 188

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

Shades of Light Sea Green #2EAFBC

Tints of Light Sea Green #2EAFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 11.25%
G = 42.79%
B = 45.97%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2EAFBC (or 0x2EAFBC) is known color: Light Sea Green. HEX triplet: 2E, AF and BC. RGB value is (46,175,188). Sum of RGB (Red+Green+Blue) = 46+175+188=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #2EAFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAFBC is #D15043. Grayscale: #898989. Windows color (decimal): -13717572 or 12365614. OLE color: 12365614.

HSL color Cylindrical-coordinate representation of color #2EAFBC: hue angle of 185.49º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EAFBC is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 175 188 -
CMYK 0.76 0.07 0 0.26
HSL 185.49º 0.61% 0.46% -
HSV(B) 185.49º 0.76% 0.74% -
XYZ 25.53 34.87 52.96 -
YUV 137.91 156.26 62.44 -
System Red Green Blue C M Y K H S L
Decimal 46 175 188 0.76 0.07 0 0.26 185.49 0.61 0.46
Hex 2E AF BC 4C 7 0 1A B9 3D 2E
Octal 56 257 274 114 7 0 32 271 75 56
Binary 101110 10101111 10111100 1001100 111 0 11010 10111001 111101 101110

Color Harmonies of #2EAFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAFBC

Black with #2EAFBC

Text Example


Text Example

White with #2EAFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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