#29A0BE

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

Shades of Pelorous #29A0BE

Tints of Pelorous #29A0BE

Color information

#29A0BE (or 0x29A0BE) is unknown color: approx Pelorous. HEX triplet: 29, A0 and BE. RGB value is (41,160,190). Sum of RGB (Red+Green+Blue) = 41+160+190=391 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.49% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #29A0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A0BE is #D65F41. Grayscale: #7F7F7F. Windows color (decimal): -14049090 or 12492841. OLE color: 12492841.

HSL color Cylindrical-coordinate representation of color #29A0BE: hue angle of 192.08º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29A0BE is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB41160190-
CMYK0.780.1600.25
HSL192.08º64.5%45.29%-
HSV(B)192.08º78.42%74.51%-
XYZ22.7829.3353.18-
YUV127.84163.0866.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.49%
GREEN value IS 160 (62.89% from 255) = 40.92%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=10.49%
G=40.92%
B=48.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411601900.780.1600.25192.0864.545.29
Hex29A0BE4E10019c0412d
Octal512402761162003130010155
Binary1010011010000010111110100111010000011001110000001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,160,190); }

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

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

 a { background-color: rgb(41,160,190); }

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

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

 span { border-color: rgb(41,160,190); }

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