Html Css Color HEX #0FFEFA Aqua

📋 copy color: '#0FFEFA'

red 15 ◦ green 254 ◦ blue 250

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

Shades of Aqua #0FFEFA

Tints of Aqua #0FFEFA

RGB

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

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

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

R = 2.89%
G = 48.94%
B = 48.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#0FFEFA (or 0x0FFEFA) is known color: Aqua. HEX triplet: 0F, FE and FA. RGB value is (15,254,250). Sum of RGB (Red+Green+Blue) = 15+254+250=519 (68% of max value = 765). Red value is 15 (6.25% from 255 or 2.89% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFEFA is #F00105. Grayscale: #B5B5B5. Windows color (decimal): -15728902 or 16449039. OLE color: 16449039.

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

Color convert

RGB 15 254 250 -
CMYK 0.94 0 0.02 0.00
HSL 179º 0.99% 0.53% -
HSV(B) 179º 0.94% 1% -
XYZ 52.89 77.89 102.69 -
YUV 182.08 166.32 8.83 -
System Red Green Blue C M Y K H S L
Decimal 15 254 250 0.94 0 0.02 0.00 179 0.99 0.53
Hex F FE FA 5E 0 2 0 B3 63 35
Octal 17 376 372 136 0 2 0 263 143 65
Binary 1111 11111110 11111010 1011110 0 10 0 10110011 1100011 110101

Color Harmonies of #0FFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFEFA

Black with #0FFEFA

Text Example


Text Example

White with #0FFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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