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

📋 copy color: '#02E5BB'

red 2 ◦ green 229 ◦ blue 187

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

Shades of Robin's Egg Blue #02E5BB

Tints of Robin's Egg Blue #02E5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.74%

R = 0.48%
G = 54.78%
B = 44.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#02E5BB (or 0x02E5BB) is known color: Robin's Egg Blue. HEX triplet: 02, E5 and BB. RGB value is (2,229,187). Sum of RGB (Red+Green+Blue) = 2+229+187=418 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 418); Green value is 229 (89.84% from 255 or 54.78% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 229 - color contains mainly: green. Hex color #02E5BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02E5BB is #FD1A44. Grayscale: #9C9C9C. Windows color (decimal): -16587333 or 12313858. OLE color: 12313858.

HSL color Cylindrical-coordinate representation of color #02E5BB: hue angle of 168.9º 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 #02E5BB is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 2 229 187 -
CMYK 0.99 0 0.18 0.10
HSL 168.9º 0.98% 0.45% -
HSV(B) 168.9º 0.99% 0.9% -
XYZ 37.01 59.64 56.57 -
YUV 156.34 145.29 17.92 -
System Red Green Blue C M Y K H S L
Decimal 2 229 187 0.99 0 0.18 0.10 168.9 0.98 0.45
Hex 2 E5 BB 63 0 12 A A9 62 2D
Octal 2 345 273 143 0 22 12 251 142 55
Binary 10 11100101 10111011 1100011 0 10010 1010 10101001 1100010 101101

Color Harmonies of #02E5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E5BB

Black with #02E5BB

Text Example


Text Example

White with #02E5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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