Html Css Color HEX #2EBDBD Light Sea Green

📋 copy color: '#2EBDBD'

red 46 ◦ green 189 ◦ blue 189

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

Shades of Light Sea Green #2EBDBD

Tints of Light Sea Green #2EBDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.58%

R = 10.85%
G = 44.58%
B = 44.58%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2EBDBD (or 0x2EBDBD) is known color: Light Sea Green. HEX triplet: 2E, BD and BD. RGB value is (46,189,189). Sum of RGB (Red+Green+Blue) = 46+189+189=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #2EBDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBDBD is #D14242. Grayscale: #929292. Windows color (decimal): -13713987 or 12434734. OLE color: 12434734.

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

Color convert

RGB 46 189 189 -
CMYK 0.76 0 0 0.26
HSL 180º 0.61% 0.46% -
HSV(B) 180º 0.76% 0.74% -
XYZ 28.51 40.65 54.49 -
YUV 146.24 152.12 56.5 -
System Red Green Blue C M Y K H S L
Decimal 46 189 189 0.76 0 0 0.26 180 0.61 0.46
Hex 2E BD BD 4C 0 0 1A B4 3D 2E
Octal 56 275 275 114 0 0 32 264 75 56
Binary 101110 10111101 10111101 1001100 0 0 11010 10110100 111101 101110

Color Harmonies of #2EBDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBDBD

Black with #2EBDBD

Text Example


Text Example

White with #2EBDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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