Html Css Color HEX #0FFDFA Aqua

📋 copy color: '#0FFDFA'

red 15 ◦ green 253 ◦ blue 250

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

Shades of Aqua #0FFDFA

Tints of Aqua #0FFDFA

RGB

 RED value IS 15 (6.25% from 255) = 2.9%

 GREEN value IS 253 (99.22% from 255) = 48.84%

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 2.9%
G = 48.84%
B = 48.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#0FFDFA (or 0x0FFDFA) is known color: Aqua. HEX triplet: 0F, FD and FA. RGB value is (15,253,250). Sum of RGB (Red+Green+Blue) = 15+253+250=518 (68% of max value = 765). Red value is 15 (6.25% from 255 or 2.90% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFDFA is #F00205. Grayscale: #B5B5B5. Windows color (decimal): -15729158 or 16448783. OLE color: 16448783.

HSL color Cylindrical-coordinate representation of color #0FFDFA: hue angle of 179.24º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFDFA is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 253 250 -
CMYK 0.94 0 0.01 0.01
HSL 179.24º 0.98% 0.53% -
HSV(B) 179.24º 0.94% 0.99% -
XYZ 52.58 77.25 102.58 -
YUV 181.5 166.65 9.24 -
System Red Green Blue C M Y K H S L
Decimal 15 253 250 0.94 0 0.01 0.01 179.24 0.98 0.53
Hex F FD FA 5E 0 1 1 B3 62 35
Octal 17 375 372 136 0 1 1 263 142 65
Binary 1111 11111101 11111010 1011110 0 1 1 10110011 1100010 110101

Color Harmonies of #0FFDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFDFA

Black with #0FFDFA

Text Example


Text Example

White with #0FFDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FFDFA; }

 p { color: rgb(15,253,250); }

 H1.HeaderClassName
 {
   color: #0FFDFA;
 }
 .AnyTagClassName
 {
   color: #0FFDFA;
 }
</style>

background-color css

<style>
 a { background-color: #0FFDFA; }

 a { background-color: rgb(15,253,250); }

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

border-color css

<style>
 span { border-color: #0FFDFA; }

 span { border-color: rgb(15,253,250); }

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