Html Css Color HEX #0FFFF5 Aqua

📋 copy color: '#0FFFF5'

red 15 ◦ green 255 ◦ blue 245

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

Shades of Aqua #0FFFF5

Tints of Aqua #0FFFF5

RGB

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

 GREEN value IS 255 (100% from 255) = 49.51%

 BLUE value IS 245 (96.09% from 255) = 47.57%

R = 2.91%
G = 49.51%
B = 47.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#0FFFF5 (or 0x0FFFF5) is known color: Aqua. HEX triplet: 0F, FF and F5. RGB value is (15,255,245). Sum of RGB (Red+Green+Blue) = 15+255+245=515 (68% of max value = 765). Red value is 15 (6.25% from 255 or 2.91% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFFF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFFF5 is #F0000A. Grayscale: #B5B5B5. Windows color (decimal): -15728651 or 16121615. OLE color: 16121615.

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

Color convert

RGB 15 255 245 -
CMYK 0.94 0 0.04 0
HSL 177.5º 1% 0.53% -
HSV(B) 177.5º 0.94% 1% -
XYZ 52.44 78.21 98.72 -
YUV 182.1 163.49 8.81 -
System Red Green Blue C M Y K H S L
Decimal 15 255 245 0.94 0 0.04 0 177.5 1 0.53
Hex F FF F5 5E 0 4 0 B2 64 35
Octal 17 377 365 136 0 4 0 262 144 65
Binary 1111 11111111 11110101 1011110 0 100 0 10110010 1100100 110101

Color Harmonies of #0FFFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFFF5

Black with #0FFFF5

Text Example


Text Example

White with #0FFFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,255,245); }

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

background-color css

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

 a { background-color: rgb(15,255,245); }

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

border-color css

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

 span { border-color: rgb(15,255,245); }

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