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

📋 copy color: '#06D0C1'

red 6 ◦ green 208 ◦ blue 193

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

Shades of Robin's Egg Blue #06D0C1

Tints of Robin's Egg Blue #06D0C1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.11%

 BLUE value IS 193 (75.78% from 255) = 47.42%

R = 1.47%
G = 51.11%
B = 47.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#06D0C1 (or 0x06D0C1) is known color: Robin's Egg Blue. HEX triplet: 06, D0 and C1. RGB value is (6,208,193). Sum of RGB (Red+Green+Blue) = 6+208+193=407 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #06D0C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D0C1 is #F92F3E. Grayscale: #919191. Windows color (decimal): -16330559 or 12701702. OLE color: 12701702.

HSL color Cylindrical-coordinate representation of color #06D0C1: hue angle of 175.54º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D0C1 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 6 208 193 -
CMYK 0.97 0 0.07 0.18
HSL 175.54º 0.94% 0.42% -
HSV(B) 175.54º 0.97% 0.82% -
XYZ 32.26 49 58.21 -
YUV 145.89 154.58 28.22 -
System Red Green Blue C M Y K H S L
Decimal 6 208 193 0.97 0 0.07 0.18 175.54 0.94 0.42
Hex 6 D0 C1 61 0 7 12 B0 5E 2A
Octal 6 320 301 141 0 7 22 260 136 52
Binary 110 11010000 11000001 1100001 0 111 10010 10110000 1011110 101010

Color Harmonies of #06D0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D0C1

Black with #06D0C1

Text Example


Text Example

White with #06D0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,208,193); }

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

background-color css

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

 a { background-color: rgb(6,208,193); }

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

border-color css

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

 span { border-color: rgb(6,208,193); }

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