#2CBAA7

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

Shades of Light Sea Green #2CBAA7

Tints of Light Sea Green #2CBAA7

Color information

#2CBAA7 (or 0x2CBAA7) is unknown color: approx Light Sea Green. HEX triplet: 2C, BA and A7. RGB value is (44,186,167). Sum of RGB (Red+Green+Blue) = 44+186+167=397 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.08% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBAA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBAA7 is #D34558. Grayscale: #8D8D8D. Windows color (decimal): -13845849 or 10992172. OLE color: 10992172.

HSL color Cylindrical-coordinate representation of color #2CBAA7: hue angle of 171.97º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBAA7 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB44186167-
CMYK0.7600.100.27
HSL171.97º61.74%45.1%-
HSV(B)171.97º76.34%72.94%-
XYZ25.5738.4442.63-
YUV141.38142.4658.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.08%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 167 (65.62% from 255) = 42.07%
R=11.08%
G=46.85%
B=42.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal441861670.7600.100.27171.9761.7445.1
Hex2CBAA74C0A1Bac3e2d
Octal54272247114012332547655
Binary10110010111010101001111001100010101101110101100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,186,167); }

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

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

 a { background-color: rgb(44,186,167); }

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

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

 span { border-color: rgb(44,186,167); }

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