Html Css Color HEX #2EBCBC Light Sea Green

📋 copy color: '#2EBCBC'

red 46 ◦ green 188 ◦ blue 188

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

Shades of Light Sea Green #2EBCBC

Tints of Light Sea Green #2EBCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.55%

R = 10.9%
G = 44.55%
B = 44.55%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2EBCBC (or 0x2EBCBC) is known color: Light Sea Green. HEX triplet: 2E, BC and BC. RGB value is (46,188,188). Sum of RGB (Red+Green+Blue) = 46+188+188=422 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.90% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #2EBCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBCBC is #D14343. Grayscale: #919191. Windows color (decimal): -13714244 or 12368942. OLE color: 12368942.

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

Color convert

RGB 46 188 188 -
CMYK 0.76 0 0 0.26
HSL 180º 0.61% 0.46% -
HSV(B) 180º 0.76% 0.74% -
XYZ 28.19 40.18 53.85 -
YUV 145.54 151.96 57 -
System Red Green Blue C M Y K H S L
Decimal 46 188 188 0.76 0 0 0.26 180 0.61 0.46
Hex 2E BC BC 4C 0 0 1A B4 3D 2E
Octal 56 274 274 114 0 0 32 264 75 56
Binary 101110 10111100 10111100 1001100 0 0 11010 10110100 111101 101110

Color Harmonies of #2EBCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBCBC

Black with #2EBCBC

Text Example


Text Example

White with #2EBCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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