Html Css Color HEX #2EBDB4 Light Sea Green

📋 copy color: '#2EBDB4'

red 46 ◦ green 189 ◦ blue 180

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

Shades of Light Sea Green #2EBDB4

Tints of Light Sea Green #2EBDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.37%

R = 11.08%
G = 45.54%
B = 43.37%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#2EBDB4 (or 0x2EBDB4) is known color: Light Sea Green. HEX triplet: 2E, BD and B4. RGB value is (46,189,180). Sum of RGB (Red+Green+Blue) = 46+189+180=415 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.08% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBDB4 is #D1424B. Grayscale: #919191. Windows color (decimal): -13713996 or 11844910. OLE color: 11844910.

HSL color Cylindrical-coordinate representation of color #2EBDB4: hue angle of 176.22º 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 #2EBDB4 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 189 180 -
CMYK 0.76 0 0.05 0.26
HSL 176.22º 0.61% 0.46% -
HSV(B) 176.22º 0.76% 0.74% -
XYZ 27.56 40.27 49.5 -
YUV 145.22 147.62 57.23 -
System Red Green Blue C M Y K H S L
Decimal 46 189 180 0.76 0 0.05 0.26 176.22 0.61 0.46
Hex 2E BD B4 4C 0 5 1A B0 3D 2E
Octal 56 275 264 114 0 5 32 260 75 56
Binary 101110 10111101 10110100 1001100 0 101 11010 10110000 111101 101110

Color Harmonies of #2EBDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBDB4

Black with #2EBDB4

Text Example


Text Example

White with #2EBDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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