#29A7BA

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

Shades of Pelorous #29A7BA

Tints of Pelorous #29A7BA

Color information

#29A7BA (or 0x29A7BA) is unknown color: approx Pelorous. HEX triplet: 29, A7 and BA. RGB value is (41,167,186). Sum of RGB (Red+Green+Blue) = 41+167+186=394 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.41% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #29A7BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A7BA is #D65845. Grayscale: #838383. Windows color (decimal): -14047302 or 12232489. OLE color: 12232489.

HSL color Cylindrical-coordinate representation of color #29A7BA: hue angle of 187.86º 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 #29A7BA is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB41167186-
CMYK0.780.1000.27
HSL187.86º63.88%44.51%-
HSV(B)187.86º77.96%72.94%-
XYZ23.631.6551.32-
YUV131.49158.7663.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.41%
GREEN value IS 167 (65.62% from 255) = 42.39%
BLUE value IS 186 (73.05% from 255) = 47.21%
R=10.41%
G=42.39%
B=47.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal411671860.780.1000.27187.8663.8844.51
Hex29A7BA4EA01Bbc402d
Octal512472721161203327410055
Binary101001101001111011101010011101010011011101111001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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