Html Css Color HEX #2EBDC5 Light Sea Green

📋 copy color: '#2EBDC5'

red 46 ◦ green 189 ◦ blue 197

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

Shades of Light Sea Green #2EBDC5

Tints of Light Sea Green #2EBDC5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.75%

 BLUE value IS 197 (77.34% from 255) = 45.6%

R = 10.65%
G = 43.75%
B = 45.6%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#2EBDC5 (or 0x2EBDC5) is known color: Light Sea Green. HEX triplet: 2E, BD and C5. RGB value is (46,189,197). Sum of RGB (Red+Green+Blue) = 46+189+197=432 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.65% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 197 - color contains mainly: blue. Hex color #2EBDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBDC5 is #D1423A. Grayscale: #929292. Windows color (decimal): -13713979 or 12959022. OLE color: 12959022.

HSL color Cylindrical-coordinate representation of color #2EBDC5: hue angle of 183.18º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EBDC5 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 46 189 197 -
CMYK 0.77 0.04 0 0.23
HSL 183.18º 0.62% 0.48% -
HSV(B) 183.18º 0.77% 0.77% -
XYZ 29.4 41.01 59.19 -
YUV 147.16 156.12 55.85 -
System Red Green Blue C M Y K H S L
Decimal 46 189 197 0.77 0.04 0 0.23 183.18 0.62 0.48
Hex 2E BD C5 4D 4 0 17 B7 3E 30
Octal 56 275 305 115 4 0 27 267 76 60
Binary 101110 10111101 11000101 1001101 100 0 10111 10110111 111110 110000

Color Harmonies of #2EBDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBDC5

Black with #2EBDC5

Text Example


Text Example

White with #2EBDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,189,197); }

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

background-color css

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

 a { background-color: rgb(46,189,197); }

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

border-color css

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

 span { border-color: rgb(46,189,197); }

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