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

📋 copy color: '#02D1BD'

red 2 ◦ green 209 ◦ blue 189

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

Shades of Robin's Egg Blue #02D1BD

Tints of Robin's Egg Blue #02D1BD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.25%

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 0.5%
G = 52.25%
B = 47.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#02D1BD (or 0x02D1BD) is known color: Robin's Egg Blue. HEX triplet: 02, D1 and BD. RGB value is (2,209,189). Sum of RGB (Red+Green+Blue) = 2+209+189=400 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.5% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #02D1BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D1BD is #FD2E42. Grayscale: #909090. Windows color (decimal): -16592451 or 12439810. OLE color: 12439810.

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

Color convert

RGB 2 209 189 -
CMYK 0.99 0 0.10 0.18
HSL 174.2º 0.98% 0.41% -
HSV(B) 174.2º 0.99% 0.82% -
XYZ 32.01 49.29 55.97 -
YUV 144.83 152.92 26.13 -
System Red Green Blue C M Y K H S L
Decimal 2 209 189 0.99 0 0.10 0.18 174.2 0.98 0.41
Hex 2 D1 BD 63 0 A 12 AE 62 29
Octal 2 321 275 143 0 12 22 256 142 51
Binary 10 11010001 10111101 1100011 0 1010 10010 10101110 1100010 101001

Color Harmonies of #02D1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D1BD

Black with #02D1BD

Text Example


Text Example

White with #02D1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,209,189); }

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

background-color css

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

 a { background-color: rgb(2,209,189); }

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

border-color css

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

 span { border-color: rgb(2,209,189); }

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