Html Css Color HEX #0FFFF0 Aqua

📋 copy color: '#0FFFF0'

red 15 ◦ green 255 ◦ blue 240

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

Shades of Aqua #0FFFF0

Tints of Aqua #0FFFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.06%

R = 2.94%
G = 50%
B = 47.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#0FFFF0 (or 0x0FFFF0) is known color: Aqua. HEX triplet: 0F, FF and F0. RGB value is (15,255,240). Sum of RGB (Red+Green+Blue) = 15+255+240=510 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.94% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFFF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFFF0 is #F0000F. Grayscale: #B5B5B5. Windows color (decimal): -15728656 or 15793935. OLE color: 15793935.

HSL color Cylindrical-coordinate representation of color #0FFFF0: hue angle of 176.25º 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 #0FFFF0 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 15 255 240 -
CMYK 0.94 0 0.06 0
HSL 176.25º 1% 0.53% -
HSV(B) 176.25º 0.94% 1% -
XYZ 51.69 77.91 94.75 -
YUV 181.53 160.99 9.22 -
System Red Green Blue C M Y K H S L
Decimal 15 255 240 0.94 0 0.06 0 176.25 1 0.53
Hex F FF F0 5E 0 6 0 B0 64 35
Octal 17 377 360 136 0 6 0 260 144 65
Binary 1111 11111111 11110000 1011110 0 110 0 10110000 1100100 110101

Color Harmonies of #0FFFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFFF0

Black with #0FFFF0

Text Example


Text Example

White with #0FFFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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