Html Css Color HEX #2EBCC5 Light Sea Green

📋 copy color: '#2EBCC5'

red 46 ◦ green 188 ◦ blue 197

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

Shades of Light Sea Green #2EBCC5

Tints of Light Sea Green #2EBCC5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.62%

 BLUE value IS 197 (77.34% from 255) = 45.71%

R = 10.67%
G = 43.62%
B = 45.71%

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

#2EBCC5 (or 0x2EBCC5) is known color: Light Sea Green. HEX triplet: 2E, BC and C5. RGB value is (46,188,197). Sum of RGB (Red+Green+Blue) = 46+188+197=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 197 - color contains mainly: blue. Hex color #2EBCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBCC5 is #D1433A. Grayscale: #929292. Windows color (decimal): -13714235 or 12958766. OLE color: 12958766.

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

Color convert

RGB 46 188 197 -
CMYK 0.77 0.05 0 0.23
HSL 183.58º 0.62% 0.48% -
HSV(B) 183.58º 0.77% 0.77% -
XYZ 29.19 40.58 59.12 -
YUV 146.57 156.46 56.27 -
System Red Green Blue C M Y K H S L
Decimal 46 188 197 0.77 0.05 0 0.23 183.58 0.62 0.48
Hex 2E BC C5 4D 5 0 17 B8 3E 30
Octal 56 274 305 115 5 0 27 270 76 60
Binary 101110 10111100 11000101 1001101 101 0 10111 10111000 111110 110000

Color Harmonies of #2EBCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBCC5

Black with #2EBCC5

Text Example


Text Example

White with #2EBCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,188,197); }

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

background-color css

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

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

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

border-color css

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

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

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