Html Css Color HEX #2EBBC3 Light Sea Green

📋 copy color: '#2EBBC3'

red 46 ◦ green 187 ◦ blue 195

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

Shades of Light Sea Green #2EBBC3

Tints of Light Sea Green #2EBBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.56%

R = 10.75%
G = 43.69%
B = 45.56%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2EBBC3 (or 0x2EBBC3) is known color: Light Sea Green. HEX triplet: 2E, BB and C3. RGB value is (46,187,195). Sum of RGB (Red+Green+Blue) = 46+187+195=428 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.75% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 195 - color contains mainly: blue. Hex color #2EBBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBBC3 is #D1443C. Grayscale: #919191. Windows color (decimal): -13714493 or 12827438. OLE color: 12827438.

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

Color convert

RGB 46 187 195 -
CMYK 0.76 0.04 0 0.24
HSL 183.22º 0.62% 0.47% -
HSV(B) 183.22º 0.76% 0.76% -
XYZ 28.75 40.06 57.85 -
YUV 145.75 155.79 56.85 -
System Red Green Blue C M Y K H S L
Decimal 46 187 195 0.76 0.04 0 0.24 183.22 0.62 0.47
Hex 2E BB C3 4C 4 0 18 B7 3E 2F
Octal 56 273 303 114 4 0 30 267 76 57
Binary 101110 10111011 11000011 1001100 100 0 11000 10110111 111110 101111

Color Harmonies of #2EBBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBBC3

Black with #2EBBC3

Text Example


Text Example

White with #2EBBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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