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

📋 copy color: '#02D8BA'

red 2 ◦ green 216 ◦ blue 186

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

Shades of Robin's Egg Blue #02D8BA

Tints of Robin's Egg Blue #02D8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.47%

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 0.5%
G = 53.47%
B = 46.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#02D8BA (or 0x02D8BA) is known color: Robin's Egg Blue. HEX triplet: 02, D8 and BA. RGB value is (2,216,186). Sum of RGB (Red+Green+Blue) = 2+216+186=404 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #02D8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D8BA is #FD2745. Grayscale: #949494. Windows color (decimal): -16590662 or 12244994. OLE color: 12244994.

HSL color Cylindrical-coordinate representation of color #02D8BA: hue angle of 171.59º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D8BA is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 216 186 -
CMYK 0.99 0 0.14 0.15
HSL 171.59º 0.98% 0.43% -
HSV(B) 171.59º 0.99% 0.85% -
XYZ 33.44 52.67 54.86 -
YUV 148.59 149.1 23.44 -
System Red Green Blue C M Y K H S L
Decimal 2 216 186 0.99 0 0.14 0.15 171.59 0.98 0.43
Hex 2 D8 BA 63 0 E F AC 62 2B
Octal 2 330 272 143 0 16 17 254 142 53
Binary 10 11011000 10111010 1100011 0 1110 1111 10101100 1100010 101011

Color Harmonies of #02D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D8BA

Black with #02D8BA

Text Example


Text Example

White with #02D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,216,186); }

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

background-color css

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

 a { background-color: rgb(2,216,186); }

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

border-color css

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

 span { border-color: rgb(2,216,186); }

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