Html Css Color HEX #25FEF9 Aqua

📋 copy color: '#25FEF9'

red 37 ◦ green 254 ◦ blue 249

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

Shades of Aqua #25FEF9

Tints of Aqua #25FEF9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.04%

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

R = 6.85%
G = 47.04%
B = 46.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#25FEF9 (or 0x25FEF9) is known color: Aqua. HEX triplet: 25, FE and F9. RGB value is (37,254,249). Sum of RGB (Red+Green+Blue) = 37+254+249=540 (71% of max value = 765). Red value is 37 (14.84% from 255 or 6.85% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #25FEF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FEF9 is #DA0106. Grayscale: #BCBCBC. Windows color (decimal): -14287111 or 16383525. OLE color: 16383525.

HSL color Cylindrical-coordinate representation of color #25FEF9: hue angle of 178.62º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FEF9 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 37 254 249 -
CMYK 0.85 0 0.02 0.00
HSL 178.62º 0.99% 0.57% -
HSV(B) 178.62º 0.85% 1% -
XYZ 53.3 78.12 101.89 -
YUV 188.55 162.11 19.91 -
System Red Green Blue C M Y K H S L
Decimal 37 254 249 0.85 0 0.02 0.00 178.62 0.99 0.57
Hex 25 FE F9 55 0 2 0 B3 63 39
Octal 45 376 371 125 0 2 0 263 143 71
Binary 100101 11111110 11111001 1010101 0 10 0 10110011 1100011 111001

Color Harmonies of #25FEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FEF9

Black with #25FEF9

Text Example


Text Example

White with #25FEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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