Html Css Color HEX #03FFED Aqua

📋 copy color: '#03FFED'

red 3 ◦ green 255 ◦ blue 237

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

Shades of Aqua #03FFED

Tints of Aqua #03FFED

RGB

 RED value IS 3 (1.56% from 255) = 0.61%

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

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 0.61%
G = 51.52%
B = 47.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#03FFED (or 0x03FFED) is known color: Aqua. HEX triplet: 03, FF and ED. RGB value is (3,255,237). Sum of RGB (Red+Green+Blue) = 3+255+237=495 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #03FFED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03FFED is #FC0012. Grayscale: #B1B1B1. Windows color (decimal): -16515091 or 15597315. OLE color: 15597315.

HSL color Cylindrical-coordinate representation of color #03FFED: hue angle of 175.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FFED is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 3 255 237 -
CMYK 0.99 0 0.07 0
HSL 175.71º 1% 0.51% -
HSV(B) 175.71º 0.99% 1% -
XYZ 51.08 77.65 92.42 -
YUV 177.6 161.51 3.46 -
System Red Green Blue C M Y K H S L
Decimal 3 255 237 0.99 0 0.07 0 175.71 1 0.51
Hex 3 FF ED 63 0 7 0 B0 64 33
Octal 3 377 355 143 0 7 0 260 144 63
Binary 11 11111111 11101101 1100011 0 111 0 10110000 1100100 110011

Color Harmonies of #03FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FFED

Black with #03FFED

Text Example


Text Example

White with #03FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03FFED; }

 p { color: rgb(3,255,237); }

 H1.HeaderClassName
 {
   color: #03FFED;
 }
 .AnyTagClassName
 {
   color: #03FFED;
 }
</style>

background-color css

<style>
 a { background-color: #03FFED; }

 a { background-color: rgb(3,255,237); }

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

border-color css

<style>
 span { border-color: #03FFED; }

 span { border-color: rgb(3,255,237); }

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