#29BB93

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

Shades of Niagara #29BB93

Tints of Niagara #29BB93

Color information

#29BB93 (or 0x29BB93) is unknown color: approx Niagara. HEX triplet: 29, BB and 93. RGB value is (41,187,147). Sum of RGB (Red+Green+Blue) = 41+187+147=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #29BB93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BB93 is #D6446C. Grayscale: #8A8A8A. Windows color (decimal): -14042221 or 9681705. OLE color: 9681705.

HSL color Cylindrical-coordinate representation of color #29BB93: hue angle of 163.56º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BB93 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB41187147-
CMYK0.7800.210.27
HSL163.56º64.04%44.71%-
HSV(B)163.56º78.07%73.33%-
XYZ23.9538.1233.7-
YUV138.79132.6358.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.93%
GREEN value IS 187 (73.44% from 255) = 49.87%
BLUE value IS 147 (57.81% from 255) = 39.2%
R=10.93%
G=49.87%
B=39.2%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal411871470.7800.210.27163.5664.0444.71
Hex29BB934E0151Ba4402d
Octal512732231160253324410055
Binary1010011011101110010011100111001010111011101001001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29BB93; }

 p { color: rgb(41,187,147); }

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

<style>
 a { background-color: #29BB93; }

 a { background-color: rgb(41,187,147); }

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

<style>
 span { border-color: #29BB93; }

 span { border-color: rgb(41,187,147); }

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