Html Css Color HEX #2EBBBE Light Sea Green

📋 copy color: '#2EBBBE'

red 46 ◦ green 187 ◦ blue 190

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

Shades of Light Sea Green #2EBBBE

Tints of Light Sea Green #2EBBBE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.21%

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 10.87%
G = 44.21%
B = 44.92%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2EBBBE (or 0x2EBBBE) is known color: Light Sea Green. HEX triplet: 2E, BB and BE. RGB value is (46,187,190). Sum of RGB (Red+Green+Blue) = 46+187+190=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #2EBBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBBBE is #D14441. Grayscale: #919191. Windows color (decimal): -13714498 or 12499758. OLE color: 12499758.

HSL color Cylindrical-coordinate representation of color #2EBBBE: hue angle of 181.25º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBBBE is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 187 190 -
CMYK 0.76 0.02 0 0.25
HSL 181.25º 0.61% 0.46% -
HSV(B) 181.25º 0.76% 0.75% -
XYZ 28.19 39.84 54.92 -
YUV 145.18 153.29 57.26 -
System Red Green Blue C M Y K H S L
Decimal 46 187 190 0.76 0.02 0 0.25 181.25 0.61 0.46
Hex 2E BB BE 4C 2 0 19 B5 3D 2E
Octal 56 273 276 114 2 0 31 265 75 56
Binary 101110 10111011 10111110 1001100 10 0 11001 10110101 111101 101110

Color Harmonies of #2EBBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBBBE

Black with #2EBBBE

Text Example


Text Example

White with #2EBBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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