#2CB79D

Color #2CB79D Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2CB79D

Tints of Light Sea Green #2CB79D

Color information

#2CB79D (or 0x2CB79D) is unknown color: approx Light Sea Green. HEX triplet: 2C, B7 and 9D. RGB value is (44,183,157). Sum of RGB (Red+Green+Blue) = 44+183+157=384 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.46% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB79D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB79D is #D34862. Grayscale: #8A8A8A. Windows color (decimal): -13846627 or 10336044. OLE color: 10336044.

HSL color Cylindrical-coordinate representation of color #2CB79D: hue angle of 168.78º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB79D is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB44183157-
CMYK0.7600.140.28
HSL168.78º61.23%44.51%-
HSV(B)168.78º75.96%71.76%-
XYZ24.0636.8437.74-
YUV138.48138.4560.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.46%
GREEN value IS 183 (71.88% from 255) = 47.66%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=11.46%
G=47.66%
B=40.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal441831570.7600.140.28168.7861.2344.51
Hex2CB79D4C0E1Ca93d2d
Octal54267235114016342517555
Binary10110010110111100111011001100011101110010101001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,183,157); }

 H1.HeaderClassName
 {
   color: #2CB79D;
 }
 .AnyTagClassName
 {
   color: #2CB79D;
 }
</style>
background-color css

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

 a { background-color: rgb(44,183,157); }

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

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

 span { border-color: rgb(44,183,157); }

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