Html Css Color HEX #02FFEB Aqua

📋 copy color: '#02FFEB'

red 2 ◦ green 255 ◦ blue 235

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

Shades of Aqua #02FFEB

Tints of Aqua #02FFEB

RGB

 RED value IS 2 (1.17% from 255) = 0.41%

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

 BLUE value IS 235 (92.19% from 255) = 47.76%

R = 0.41%
G = 51.83%
B = 47.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#02FFEB (or 0x02FFEB) is known color: Aqua. HEX triplet: 02, FF and EB. RGB value is (2,255,235). Sum of RGB (Red+Green+Blue) = 2+255+235=492 (65% of max value = 765). Red value is 2 (1.17% from 255 or 0.41% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02FFEB is #FD0014. Grayscale: #B0B0B0. Windows color (decimal): -16580629 or 15466242. OLE color: 15466242.

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

Color convert

RGB 2 255 235 -
CMYK 0.99 0 0.08 0
HSL 175.26º 1% 0.5% -
HSV(B) 175.26º 0.99% 1% -
XYZ 50.78 77.53 90.89 -
YUV 177.07 160.68 3.13 -
System Red Green Blue C M Y K H S L
Decimal 2 255 235 0.99 0 0.08 0 175.26 1 0.5
Hex 2 FF EB 63 0 8 0 AF 64 32
Octal 2 377 353 143 0 10 0 257 144 62
Binary 10 11111111 11101011 1100011 0 1000 0 10101111 1100100 110010

Color Harmonies of #02FFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FFEB

Black with #02FFEB

Text Example


Text Example

White with #02FFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02FFEB; }

 p { color: rgb(2,255,235); }

 H1.HeaderClassName
 {
   color: #02FFEB;
 }
 .AnyTagClassName
 {
   color: #02FFEB;
 }
</style>

background-color css

<style>
 a { background-color: #02FFEB; }

 a { background-color: rgb(2,255,235); }

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

border-color css

<style>
 span { border-color: #02FFEB; }

 span { border-color: rgb(2,255,235); }

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