#29FEFF

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

Shades of Aqua #29FEFF

Tints of Aqua #29FEFF

Color information

#29FEFF (or 0x29FEFF) is unknown color: approx Aqua. HEX triplet: 29, FE and FF. RGB value is (41,254,255). Sum of RGB (Red+Green+Blue) = 41+254+255=550 (72% of max value = 765). Red value is 41 (16.41% from 255 or 7.45% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #29FEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29FEFF is #D60100. Grayscale: #BEBEBE. Windows color (decimal): -14024961 or 16776745. OLE color: 16776745.

HSL color Cylindrical-coordinate representation of color #29FEFF: hue angle of 180.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FEFF is Cyan = 0.84, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB41254255-
CMYK0.840.0000
HSL180.28º100%58.04%-
HSV(B)180.28º83.92%100%-
XYZ54.4178.58106.91-
YUV190.43164.4321.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 7.45%
GREEN value IS 254 (99.61% from 255) = 46.18%
BLUE value IS 255 (100% from 255) = 46.36%
R=7.45%
G=46.18%
B=46.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal412542550.840.0000180.2810058.04
Hex29FEFF54000b4643a
Octal5137637712400026414472
Binary10100111111110111111111010100000101101001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,254,255); }

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

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

 a { background-color: rgb(41,254,255); }

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

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

 span { border-color: rgb(41,254,255); }

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