Html Css Color HEX #06C2BA Robin's Egg Blue

📋 copy color: '#06C2BA'

red 6 ◦ green 194 ◦ blue 186

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

Shades of Robin's Egg Blue #06C2BA

Tints of Robin's Egg Blue #06C2BA

RGB

 RED value IS 6 (2.73% from 255) = 1.55%

 GREEN value IS 194 (76.17% from 255) = 50.26%

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

R = 1.55%
G = 50.26%
B = 48.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#06C2BA (or 0x06C2BA) is known color: Robin's Egg Blue. HEX triplet: 06, C2 and BA. RGB value is (6,194,186). Sum of RGB (Red+Green+Blue) = 6+194+186=386 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #06C2BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C2BA is #F93D45. Grayscale: #888888. Windows color (decimal): -16334150 or 12239366. OLE color: 12239366.

HSL color Cylindrical-coordinate representation of color #06C2BA: hue angle of 177.45º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C2BA is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 6 194 186 -
CMYK 0.97 0 0.04 0.24
HSL 177.45º 0.94% 0.39% -
HSV(B) 177.45º 0.97% 0.76% -
XYZ 28.23 42.17 53.11 -
YUV 136.88 155.72 34.65 -
System Red Green Blue C M Y K H S L
Decimal 6 194 186 0.97 0 0.04 0.24 177.45 0.94 0.39
Hex 6 C2 BA 61 0 4 18 B1 5E 27
Octal 6 302 272 141 0 4 30 261 136 47
Binary 110 11000010 10111010 1100001 0 100 11000 10110001 1011110 100111

Color Harmonies of #06C2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C2BA

Black with #06C2BA

Text Example


Text Example

White with #06C2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06C2BA; }

 p { color: rgb(6,194,186); }

 H1.HeaderClassName
 {
   color: #06C2BA;
 }
 .AnyTagClassName
 {
   color: #06C2BA;
 }
</style>

background-color css

<style>
 a { background-color: #06C2BA; }

 a { background-color: rgb(6,194,186); }

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

border-color css

<style>
 span { border-color: #06C2BA; }

 span { border-color: rgb(6,194,186); }

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