Html Css Color HEX #2CB29F Light Sea Green

📋 copy color: '#2CB29F'

red 44 ◦ green 178 ◦ blue 159

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

Shades of Light Sea Green #2CB29F

Tints of Light Sea Green #2CB29F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.72%

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 11.55%
G = 46.72%
B = 41.73%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#2CB29F (or 0x2CB29F) is known color: Light Sea Green. HEX triplet: 2C, B2 and 9F. RGB value is (44,178,159). Sum of RGB (Red+Green+Blue) = 44+178+159=381 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.55% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB29F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CB29F is #D34D60. Grayscale: #878787. Windows color (decimal): -13847905 or 10465836. OLE color: 10465836.

HSL color Cylindrical-coordinate representation of color #2CB29F: hue angle of 171.49º degrees, saturation: 0.6, 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 #2CB29F is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 178 159 -
CMYK 0.75 0 0.11 0.30
HSL 171.49º 0.6% 0.44% -
HSV(B) 171.49º 0.75% 0.7% -
XYZ 23.22 34.88 38.31 -
YUV 135.77 141.11 62.54 -
System Red Green Blue C M Y K H S L
Decimal 44 178 159 0.75 0 0.11 0.30 171.49 0.6 0.44
Hex 2C B2 9F 4B 0 B 1E AB 3C 2C
Octal 54 262 237 113 0 13 36 253 74 54
Binary 101100 10110010 10011111 1001011 0 1011 11110 10101011 111100 101100

Color Harmonies of #2CB29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB29F

Black with #2CB29F

Text Example


Text Example

White with #2CB29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,178,159); }

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

background-color css

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

 a { background-color: rgb(44,178,159); }

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

border-color css

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

 span { border-color: rgb(44,178,159); }

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