Html Css Color HEX #2EBDBC Light Sea Green

📋 copy color: '#2EBDBC'

red 46 ◦ green 189 ◦ blue 188

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

Shades of Light Sea Green #2EBDBC

Tints of Light Sea Green #2EBDBC

RGB

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

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

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

R = 10.87%
G = 44.68%
B = 44.44%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#2EBDBC (or 0x2EBDBC) is known color: Light Sea Green. HEX triplet: 2E, BD and BC. RGB value is (46,189,188). Sum of RGB (Red+Green+Blue) = 46+189+188=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBDBC is #D14243. Grayscale: #919191. Windows color (decimal): -13713988 or 12369198. OLE color: 12369198.

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

Color convert

RGB 46 189 188 -
CMYK 0.76 0 0.01 0.26
HSL 179.58º 0.61% 0.46% -
HSV(B) 179.58º 0.76% 0.74% -
XYZ 28.4 40.61 53.92 -
YUV 146.13 151.62 56.58 -
System Red Green Blue C M Y K H S L
Decimal 46 189 188 0.76 0 0.01 0.26 179.58 0.61 0.46
Hex 2E BD BC 4C 0 1 1A B4 3D 2E
Octal 56 275 274 114 0 1 32 264 75 56
Binary 101110 10111101 10111100 1001100 0 1 11010 10110100 111101 101110

Color Harmonies of #2EBDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBDBC

Black with #2EBDBC

Text Example


Text Example

White with #2EBDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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