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

📋 copy color: '#02E6BE'

red 2 ◦ green 230 ◦ blue 190

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

Shades of Robin's Egg Blue #02E6BE

Tints of Robin's Egg Blue #02E6BE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 54.5%

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

R = 0.47%
G = 54.5%
B = 45.02%

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

#02E6BE (or 0x02E6BE) is known color: Robin's Egg Blue. HEX triplet: 02, E6 and BE. RGB value is (2,230,190). Sum of RGB (Red+Green+Blue) = 2+230+190=422 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 422); Green value is 230 (90.23% from 255 or 54.50% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 230 - color contains mainly: green. Hex color #02E6BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02E6BE is #FD1941. Grayscale: #9D9D9D. Windows color (decimal): -16587074 or 12510722. OLE color: 12510722.

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

Color convert

RGB 2 230 190 -
CMYK 0.99 0 0.17 0.10
HSL 169.47º 0.98% 0.45% -
HSV(B) 169.47º 0.99% 0.9% -
XYZ 37.62 60.32 58.38 -
YUV 157.27 146.46 17.25 -
System Red Green Blue C M Y K H S L
Decimal 2 230 190 0.99 0 0.17 0.10 169.47 0.98 0.45
Hex 2 E6 BE 63 0 11 A A9 62 2D
Octal 2 346 276 143 0 21 12 251 142 55
Binary 10 11100110 10111110 1100011 0 10001 1010 10101001 1100010 101101

Color Harmonies of #02E6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E6BE

Black with #02E6BE

Text Example


Text Example

White with #02E6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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