Html Css Color HEX #2CB39E Light Sea Green

📋 copy color: '#2CB39E'

red 44 ◦ green 179 ◦ blue 158

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

Shades of Light Sea Green #2CB39E

Tints of Light Sea Green #2CB39E

RGB

 RED value IS 44 (17.58% from 255) = 11.55%

 GREEN value IS 179 (70.31% from 255) = 46.98%

 BLUE value IS 158 (62.11% from 255) = 41.47%

R = 11.55%
G = 46.98%
B = 41.47%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#2CB39E (or 0x2CB39E) is known color: Light Sea Green. HEX triplet: 2C, B3 and 9E. RGB value is (44,179,158). Sum of RGB (Red+Green+Blue) = 44+179+158=381 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.55% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB39E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB39E is #D34C61. Grayscale: #888888. Windows color (decimal): -13847650 or 10400556. OLE color: 10400556.

HSL color Cylindrical-coordinate representation of color #2CB39E: hue angle of 170.67º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB39E is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 179 158 -
CMYK 0.75 0 0.12 0.30
HSL 170.67º 0.61% 0.44% -
HSV(B) 170.67º 0.75% 0.7% -
XYZ 23.33 35.24 37.92 -
YUV 136.24 140.27 62.21 -
System Red Green Blue C M Y K H S L
Decimal 44 179 158 0.75 0 0.12 0.30 170.67 0.61 0.44
Hex 2C B3 9E 4B 0 C 1E AB 3D 2C
Octal 54 263 236 113 0 14 36 253 75 54
Binary 101100 10110011 10011110 1001011 0 1100 11110 10101011 111101 101100

Color Harmonies of #2CB39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB39E

Black with #2CB39E

Text Example


Text Example

White with #2CB39E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,179,158); }

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

background-color css

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

 a { background-color: rgb(44,179,158); }

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

border-color css

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

 span { border-color: rgb(44,179,158); }

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