Html Css Color HEX #2EBCBE Light Sea Green

📋 copy color: '#2EBCBE'

red 46 ◦ green 188 ◦ blue 190

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

Shades of Light Sea Green #2EBCBE

Tints of Light Sea Green #2EBCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.34%

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 10.85%
G = 44.34%
B = 44.81%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2EBCBE (or 0x2EBCBE) is known color: Light Sea Green. HEX triplet: 2E, BC and BE. RGB value is (46,188,190). Sum of RGB (Red+Green+Blue) = 46+188+190=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #2EBCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBCBE is #D14341. Grayscale: #919191. Windows color (decimal): -13714242 or 12500014. OLE color: 12500014.

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

Color convert

RGB 46 188 190 -
CMYK 0.76 0.01 0 0.25
HSL 180.83º 0.61% 0.46% -
HSV(B) 180.83º 0.76% 0.75% -
XYZ 28.4 40.26 54.99 -
YUV 145.77 152.96 56.84 -
System Red Green Blue C M Y K H S L
Decimal 46 188 190 0.76 0.01 0 0.25 180.83 0.61 0.46
Hex 2E BC BE 4C 1 0 19 B5 3D 2E
Octal 56 274 276 114 1 0 31 265 75 56
Binary 101110 10111100 10111110 1001100 1 0 11001 10110101 111101 101110

Color Harmonies of #2EBCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBCBE

Black with #2EBCBE

Text Example


Text Example

White with #2EBCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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