Html Css Color HEX #0FFAF4 Aqua

📋 copy color: '#0FFAF4'

red 15 ◦ green 250 ◦ blue 244

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

Shades of Aqua #0FFAF4

Tints of Aqua #0FFAF4

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.12%

 BLUE value IS 244 (95.7% from 255) = 47.94%

R = 2.95%
G = 49.12%
B = 47.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#0FFAF4 (or 0x0FFAF4) is known color: Aqua. HEX triplet: 0F, FA and F4. RGB value is (15,250,244). Sum of RGB (Red+Green+Blue) = 15+250+244=509 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.95% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFAF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFAF4 is #F0050B. Grayscale: #B2B2B2. Windows color (decimal): -15729932 or 16054799. OLE color: 16054799.

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

Color convert

RGB 15 250 244 -
CMYK 0.94 0 0.02 0.02
HSL 178.47º 0.96% 0.52% -
HSV(B) 178.47º 0.94% 0.98% -
XYZ 50.71 75 97.39 -
YUV 179.05 164.64 10.99 -
System Red Green Blue C M Y K H S L
Decimal 15 250 244 0.94 0 0.02 0.02 178.47 0.96 0.52
Hex F FA F4 5E 0 2 2 B2 60 34
Octal 17 372 364 136 0 2 2 262 140 64
Binary 1111 11111010 11110100 1011110 0 10 10 10110010 1100000 110100

Color Harmonies of #0FFAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFAF4

Black with #0FFAF4

Text Example


Text Example

White with #0FFAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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