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

📋 copy color: '#02C1BA'

red 2 ◦ green 193 ◦ blue 186

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

Shades of Robin's Egg Blue #02C1BA

Tints of Robin's Egg Blue #02C1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.66%

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

R = 0.52%
G = 50.66%
B = 48.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#02C1BA (or 0x02C1BA) is known color: Robin's Egg Blue. HEX triplet: 02, C1 and BA. RGB value is (2,193,186). Sum of RGB (Red+Green+Blue) = 2+193+186=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #02C1BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C1BA is #FD3E45. Grayscale: #868686. Windows color (decimal): -16596550 or 12239106. OLE color: 12239106.

HSL color Cylindrical-coordinate representation of color #02C1BA: hue angle of 177.8º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C1BA is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 193 186 -
CMYK 0.99 0 0.04 0.24
HSL 177.8º 0.98% 0.38% -
HSV(B) 177.8º 0.99% 0.76% -
XYZ 27.96 41.7 53.03 -
YUV 135.09 156.72 33.07 -
System Red Green Blue C M Y K H S L
Decimal 2 193 186 0.99 0 0.04 0.24 177.8 0.98 0.38
Hex 2 C1 BA 63 0 4 18 B2 62 26
Octal 2 301 272 143 0 4 30 262 142 46
Binary 10 11000001 10111010 1100011 0 100 11000 10110010 1100010 100110

Color Harmonies of #02C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C1BA

Black with #02C1BA

Text Example


Text Example

White with #02C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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