Html Css Color HEX #2EBDBB Light Sea Green

📋 copy color: '#2EBDBB'

red 46 ◦ green 189 ◦ blue 187

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

Shades of Light Sea Green #2EBDBB

Tints of Light Sea Green #2EBDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 10.9%
G = 44.79%
B = 44.31%

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

#2EBDBB (or 0x2EBDBB) is known color: Light Sea Green. HEX triplet: 2E, BD and BB. RGB value is (46,189,187). Sum of RGB (Red+Green+Blue) = 46+189+187=422 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.90% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBDBB is #D14244. Grayscale: #919191. Windows color (decimal): -13713989 or 12303662. OLE color: 12303662.

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

Color convert

RGB 46 189 187 -
CMYK 0.76 0 0.01 0.26
HSL 179.16º 0.61% 0.46% -
HSV(B) 179.16º 0.76% 0.74% -
XYZ 28.29 40.56 53.35 -
YUV 146.02 151.12 56.66 -
System Red Green Blue C M Y K H S L
Decimal 46 189 187 0.76 0 0.01 0.26 179.16 0.61 0.46
Hex 2E BD BB 4C 0 1 1A B3 3D 2E
Octal 56 275 273 114 0 1 32 263 75 56
Binary 101110 10111101 10111011 1001100 0 1 11010 10110011 111101 101110

Color Harmonies of #2EBDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBDBB

Black with #2EBDBB

Text Example


Text Example

White with #2EBDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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