#1DFAF5

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

Shades of Aqua #1DFAF5

Tints of Aqua #1DFAF5

Color information

#1DFAF5 (or 0x1DFAF5) is unknown color: approx Aqua. HEX triplet: 1D, FA and F5. RGB value is (29,250,245). Sum of RGB (Red+Green+Blue) = 29+250+245=524 (69% of max value = 765). Red value is 29 (11.72% from 255 or 5.53% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFAF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DFAF5 is #E2050A. Grayscale: #B7B7B7. Windows color (decimal): -14812427 or 16120349. OLE color: 16120349.

HSL color Cylindrical-coordinate representation of color #1DFAF5: hue angle of 178.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFAF5 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB29250245-
CMYK0.8800.020.02
HSL178.64º95.67%54.71%-
HSV(B)178.64º88.4%98.04%-
XYZ51.1775.2298.21-
YUV183.35162.7817.91-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 5.53%
GREEN value IS 250 (98.05% from 255) = 47.71%
BLUE value IS 245 (96.09% from 255) = 46.76%
R=5.53%
G=47.71%
B=46.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal292502450.8800.020.02178.6495.6754.71
Hex1DFAF558022b36037
Octal3537236513002226314067
Binary111011111101011110101101100001010101100111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DFAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DFAF5; }

 p { color: rgb(29,250,245); }

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

<style>
 a { background-color: #1DFAF5; }

 a { background-color: rgb(29,250,245); }

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

<style>
 span { border-color: #1DFAF5; }

 span { border-color: rgb(29,250,245); }

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