Html Css Color HEX #2EBBC4 Light Sea Green

📋 copy color: '#2EBBC4'

red 46 ◦ green 187 ◦ blue 196

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

Shades of Light Sea Green #2EBBC4

Tints of Light Sea Green #2EBBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.69%

R = 10.72%
G = 43.59%
B = 45.69%

CMYK

 C value IS 0.77

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#2EBBC4 (or 0x2EBBC4) is known color: Light Sea Green. HEX triplet: 2E, BB and C4. RGB value is (46,187,196). Sum of RGB (Red+Green+Blue) = 46+187+196=429 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.72% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 196 - color contains mainly: blue. Hex color #2EBBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBBC4 is #D1443B. Grayscale: #919191. Windows color (decimal): -13714492 or 12892974. OLE color: 12892974.

HSL color Cylindrical-coordinate representation of color #2EBBC4: hue angle of 183.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EBBC4 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 46 187 196 -
CMYK 0.77 0.05 0 0.23
HSL 183.6º 0.62% 0.47% -
HSV(B) 183.6º 0.77% 0.77% -
XYZ 28.86 40.11 58.44 -
YUV 145.87 156.29 56.77 -
System Red Green Blue C M Y K H S L
Decimal 46 187 196 0.77 0.05 0 0.23 183.6 0.62 0.47
Hex 2E BB C4 4D 5 0 17 B8 3E 2F
Octal 56 273 304 115 5 0 27 270 76 57
Binary 101110 10111011 11000100 1001101 101 0 10111 10111000 111110 101111

Color Harmonies of #2EBBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBBC4

Black with #2EBBC4

Text Example


Text Example

White with #2EBBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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