Html Css Color HEX #25F7F9 Aqua

📋 copy color: '#25F7F9'

red 37 ◦ green 247 ◦ blue 249

#25F7F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #25F7F9

Tints of Aqua #25F7F9

RGB

 RED value IS 37 (14.84% from 255) = 6.94%

 GREEN value IS 247 (96.88% from 255) = 46.34%

 BLUE value IS 249 (97.66% from 255) = 46.72%

R = 6.94%
G = 46.34%
B = 46.72%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#25F7F9 (or 0x25F7F9) is known color: Aqua. HEX triplet: 25, F7 and F9. RGB value is (37,247,249). Sum of RGB (Red+Green+Blue) = 37+247+249=533 (70% of max value = 765). Red value is 37 (14.84% from 255 or 6.94% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #25F7F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25F7F9 is #DA0806. Grayscale: #B8B8B8. Windows color (decimal): -14288903 or 16381733. OLE color: 16381733.

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

Color convert

RGB 37 247 249 -
CMYK 0.85 0.01 0 0.02
HSL 180.57º 0.95% 0.56% -
HSV(B) 180.57º 0.85% 0.98% -
XYZ 51.12 73.75 101.16 -
YUV 184.44 164.43 22.84 -
System Red Green Blue C M Y K H S L
Decimal 37 247 249 0.85 0.01 0 0.02 180.57 0.95 0.56
Hex 25 F7 F9 55 1 0 2 B5 5F 38
Octal 45 367 371 125 1 0 2 265 137 70
Binary 100101 11110111 11111001 1010101 1 0 10 10110101 1011111 111000

Color Harmonies of #25F7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F7F9

Black with #25F7F9

Text Example


Text Example

White with #25F7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25F7F9;
 }
 .AnyTagClassName
 {
   color: #25F7F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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