#25f5f7

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

Shades of Aqua #25F5F7

Tints of Aqua #25F5F7

Color information

#25F5F7 (or 0x25F5F7) is unknown color: approx Aqua. HEX triplet: 25, F5 and F7. RGB value is (37,245,247). Sum of RGB (Red+Green+Blue) = 37+245+247=529 (70% of max value = 765). Red value is 37 (14.84% from 255 or 6.99% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #25F5F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25F5F7 is #DA0A08. Grayscale: #B6B6B6. Windows color (decimal): -14289417 or 16250149. OLE color: 16250149.

HSL color Cylindrical-coordinate representation of color #25F5F7: hue angle of 180.57º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F5F7 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB37245247-
CMYK0.850.0100.03
HSL180.57º92.92%55.69%-
HSV(B)180.57º85.02%96.86%-
XYZ50.272.4199.33-
YUV183.04164.0923.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 6.99%
GREEN value IS 245 (96.09% from 255) = 46.31%
BLUE value IS 247 (96.88% from 255) = 46.69%
R=6.99%
G=46.31%
B=46.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal372452470.850.0100.03180.5792.9255.69
Hex25F5F755103b55d38
Octal4536536712510326513570
Binary100101111101011111011110101011011101101011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25f5f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25f5f7; }

 p { color: rgb(37,245,247); }

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

<style>
 a { background-color: #25f5f7; }

 a { background-color: rgb(37,245,247); }

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

<style>
 span { border-color: #25f5f7; }

 span { border-color: rgb(37,245,247); }

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