Html Css Color HEX #02E5BE Robin's Egg Blue

📋 copy color: '#02E5BE'

red 2 ◦ green 229 ◦ blue 190

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

Shades of Robin's Egg Blue #02E5BE

Tints of Robin's Egg Blue #02E5BE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 54.39%

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 0.48%
G = 54.39%
B = 45.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#02E5BE (or 0x02E5BE) is known color: Robin's Egg Blue. HEX triplet: 02, E5 and BE. RGB value is (2,229,190). Sum of RGB (Red+Green+Blue) = 2+229+190=421 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 421); Green value is 229 (89.84% from 255 or 54.39% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 229 - color contains mainly: green. Hex color #02E5BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02E5BE is #FD1A41. Grayscale: #9C9C9C. Windows color (decimal): -16587330 or 12510466. OLE color: 12510466.

HSL color Cylindrical-coordinate representation of color #02E5BE: hue angle of 169.69º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E5BE is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 2 229 190 -
CMYK 0.99 0 0.17 0.10
HSL 169.69º 0.98% 0.45% -
HSV(B) 169.69º 0.99% 0.9% -
XYZ 37.34 59.77 58.28 -
YUV 156.68 146.79 17.67 -
System Red Green Blue C M Y K H S L
Decimal 2 229 190 0.99 0 0.17 0.10 169.69 0.98 0.45
Hex 2 E5 BE 63 0 11 A AA 62 2D
Octal 2 345 276 143 0 21 12 252 142 55
Binary 10 11100101 10111110 1100011 0 10001 1010 10101010 1100010 101101

Color Harmonies of #02E5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E5BE

Black with #02E5BE

Text Example


Text Example

White with #02E5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,229,190); }

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

background-color css

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

 a { background-color: rgb(2,229,190); }

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

border-color css

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

 span { border-color: rgb(2,229,190); }

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