Html Css Color HEX #02EEF5 Aqua

📋 copy color: '#02EEF5'

red 2 ◦ green 238 ◦ blue 245

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

Shades of Aqua #02EEF5

Tints of Aqua #02EEF5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.07%

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

R = 0.41%
G = 49.07%
B = 50.52%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#02EEF5 (or 0x02EEF5) is known color: Aqua. HEX triplet: 02, EE and F5. RGB value is (2,238,245). Sum of RGB (Red+Green+Blue) = 2+238+245=485 (64% of max value = 765). Red value is 2 (1.17% from 255 or 0.41% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #02EEF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02EEF5 is #FD110A. Grayscale: #A7A7A7. Windows color (decimal): -16584971 or 16117250. OLE color: 16117250.

HSL color Cylindrical-coordinate representation of color #02EEF5: hue angle of 181.73º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EEF5 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 2 238 245 -
CMYK 0.99 0.03 0 0.04
HSL 181.73º 0.98% 0.48% -
HSV(B) 181.73º 0.99% 0.96% -
XYZ 47.08 67.75 96.98 -
YUV 168.23 171.31 9.43 -
System Red Green Blue C M Y K H S L
Decimal 2 238 245 0.99 0.03 0 0.04 181.73 0.98 0.48
Hex 2 EE F5 63 3 0 4 B6 62 30
Octal 2 356 365 143 3 0 4 266 142 60
Binary 10 11101110 11110101 1100011 11 0 100 10110110 1100010 110000

Color Harmonies of #02EEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EEF5

Black with #02EEF5

Text Example


Text Example

White with #02EEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,238,245); }

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

background-color css

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

 a { background-color: rgb(2,238,245); }

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

border-color css

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

 span { border-color: rgb(2,238,245); }

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