#2CB099

Color #2CB099 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #2CB099

Tints of Niagara #2CB099

Color information

#2CB099 (or 0x2CB099) is unknown color: approx Niagara. HEX triplet: 2C, B0 and 99. RGB value is (44,176,153). Sum of RGB (Red+Green+Blue) = 44+176+153=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #2CB099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CB099 is #D34F66. Grayscale: #858585. Windows color (decimal): -13848423 or 10072108. OLE color: 10072108.

HSL color Cylindrical-coordinate representation of color #2CB099: hue angle of 169.55º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB099 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB44176153-
CMYK0.7500.130.31
HSL169.55º60%43.14%-
HSV(B)169.55º75%69.02%-
XYZ22.3133.8935.5-
YUV133.91138.7763.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.80%
GREEN value IS 176 (69.14% from 255) = 47.18%
BLUE value IS 153 (60.16% from 255) = 41.02%
R=11.80%
G=47.18%
B=41.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal441761530.7500.130.31169.556043.14
Hex2CB0994B0D1Faa3c2b
Octal54260231113015372527453
Binary10110010110000100110011001011011011111110101010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,176,153); }

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

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

 a { background-color: rgb(44,176,153); }

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

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

 span { border-color: rgb(44,176,153); }

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