Html Css Color HEX #0DFFF0 Aqua

📋 copy color: '#0DFFF0'

red 13 ◦ green 255 ◦ blue 240

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

Shades of Aqua #0DFFF0

Tints of Aqua #0DFFF0

RGB

 RED value IS 13 (5.47% from 255) = 2.56%

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

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

R = 2.56%
G = 50.2%
B = 47.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#0DFFF0 (or 0x0DFFF0) is known color: Aqua. HEX triplet: 0D, FF and F0. RGB value is (13,255,240). Sum of RGB (Red+Green+Blue) = 13+255+240=508 (67% of max value = 765). Red value is 13 (5.47% from 255 or 2.56% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFFF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DFFF0 is #F2000F. Grayscale: #B4B4B4. Windows color (decimal): -15859728 or 15793933. OLE color: 15793933.

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

Color convert

RGB 13 255 240 -
CMYK 0.95 0 0.06 0
HSL 176.28º 1% 0.53% -
HSV(B) 176.28º 0.95% 1% -
XYZ 51.65 77.9 94.75 -
YUV 180.93 161.33 8.22 -
System Red Green Blue C M Y K H S L
Decimal 13 255 240 0.95 0 0.06 0 176.28 1 0.53
Hex D FF F0 5F 0 6 0 B0 64 35
Octal 15 377 360 137 0 6 0 260 144 65
Binary 1101 11111111 11110000 1011111 0 110 0 10110000 1100100 110101

Color Harmonies of #0DFFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFFF0

Black with #0DFFF0

Text Example


Text Example

White with #0DFFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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