Html Css Color HEX #2EBEC2 Light Sea Green

📋 copy color: '#2EBEC2'

red 46 ◦ green 190 ◦ blue 194

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

Shades of Light Sea Green #2EBEC2

Tints of Light Sea Green #2EBEC2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.19%

 BLUE value IS 194 (76.17% from 255) = 45.12%

R = 10.7%
G = 44.19%
B = 45.12%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2EBEC2 (or 0x2EBEC2) is known color: Light Sea Green. HEX triplet: 2E, BE and C2. RGB value is (46,190,194). Sum of RGB (Red+Green+Blue) = 46+190+194=430 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.70% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #2EBEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBEC2 is #D1413D. Grayscale: #939393. Windows color (decimal): -13713726 or 12762670. OLE color: 12762670.

HSL color Cylindrical-coordinate representation of color #2EBEC2: hue angle of 181.62º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBEC2 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 190 194 -
CMYK 0.76 0.02 0 0.24
HSL 181.62º 0.62% 0.47% -
HSV(B) 181.62º 0.76% 0.76% -
XYZ 29.28 41.3 57.47 -
YUV 147.4 154.29 55.67 -
System Red Green Blue C M Y K H S L
Decimal 46 190 194 0.76 0.02 0 0.24 181.62 0.62 0.47
Hex 2E BE C2 4C 2 0 18 B6 3E 2F
Octal 56 276 302 114 2 0 30 266 76 57
Binary 101110 10111110 11000010 1001100 10 0 11000 10110110 111110 101111

Color Harmonies of #2EBEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBEC2

Black with #2EBEC2

Text Example


Text Example

White with #2EBEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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