Html Css Color HEX #2EB2BD Light Sea Green

📋 copy color: '#2EB2BD'

red 46 ◦ green 178 ◦ blue 189

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

Shades of Light Sea Green #2EB2BD

Tints of Light Sea Green #2EB2BD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.1%

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

R = 11.14%
G = 43.1%
B = 45.76%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2EB2BD (or 0x2EB2BD) is known color: Light Sea Green. HEX triplet: 2E, B2 and BD. RGB value is (46,178,189). Sum of RGB (Red+Green+Blue) = 46+178+189=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #2EB2BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EB2BD is #D14D42. Grayscale: #8B8B8B. Windows color (decimal): -13716803 or 12431918. OLE color: 12431918.

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

Color convert

RGB 46 178 189 -
CMYK 0.76 0.06 0 0.26
HSL 184.62º 0.61% 0.46% -
HSV(B) 184.62º 0.76% 0.74% -
XYZ 26.23 36.1 53.73 -
YUV 139.79 155.77 61.11 -
System Red Green Blue C M Y K H S L
Decimal 46 178 189 0.76 0.06 0 0.26 184.62 0.61 0.46
Hex 2E B2 BD 4C 6 0 1A B9 3D 2E
Octal 56 262 275 114 6 0 32 271 75 56
Binary 101110 10110010 10111101 1001100 110 0 11010 10111001 111101 101110

Color Harmonies of #2EB2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB2BD

Black with #2EB2BD

Text Example


Text Example

White with #2EB2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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