Html Css Color HEX #0FFDF5 Aqua

📋 copy color: '#0FFDF5'

red 15 ◦ green 253 ◦ blue 245

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

Shades of Aqua #0FFDF5

Tints of Aqua #0FFDF5

RGB

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

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

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

R = 2.92%
G = 49.32%
B = 47.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#0FFDF5 (or 0x0FFDF5) is known color: Aqua. HEX triplet: 0F, FD and F5. RGB value is (15,253,245). Sum of RGB (Red+Green+Blue) = 15+253+245=513 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.92% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFDF5 is #F0020A. Grayscale: #B4B4B4. Windows color (decimal): -15729163 or 16121103. OLE color: 16121103.

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

Color convert

RGB 15 253 245 -
CMYK 0.94 0 0.03 0.01
HSL 177.98º 0.98% 0.53% -
HSV(B) 177.98º 0.94% 0.99% -
XYZ 51.8 76.94 98.51 -
YUV 180.93 164.15 9.65 -
System Red Green Blue C M Y K H S L
Decimal 15 253 245 0.94 0 0.03 0.01 177.98 0.98 0.53
Hex F FD F5 5E 0 3 1 B2 62 35
Octal 17 375 365 136 0 3 1 262 142 65
Binary 1111 11111101 11110101 1011110 0 11 1 10110010 1100010 110101

Color Harmonies of #0FFDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFDF5

Black with #0FFDF5

Text Example


Text Example

White with #0FFDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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