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

📋 copy color: '#06DCBC'

red 6 ◦ green 220 ◦ blue 188

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

Shades of Robin's Egg Blue #06DCBC

Tints of Robin's Egg Blue #06DCBC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.14%

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 1.45%
G = 53.14%
B = 45.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#06DCBC (or 0x06DCBC) is known color: Robin's Egg Blue. HEX triplet: 06, DC and BC. RGB value is (6,220,188). Sum of RGB (Red+Green+Blue) = 6+220+188=414 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #06DCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DCBC is #F92343. Grayscale: #989898. Windows color (decimal): -16327492 or 12377094. OLE color: 12377094.

HSL color Cylindrical-coordinate representation of color #06DCBC: hue angle of 171.03º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DCBC is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 220 188 -
CMYK 0.97 0 0.15 0.14
HSL 171.03º 0.95% 0.44% -
HSV(B) 171.03º 0.97% 0.86% -
XYZ 34.75 54.86 56.33 -
YUV 152.37 148.1 23.6 -
System Red Green Blue C M Y K H S L
Decimal 6 220 188 0.97 0 0.15 0.14 171.03 0.95 0.44
Hex 6 DC BC 61 0 F E AB 5F 2C
Octal 6 334 274 141 0 17 16 253 137 54
Binary 110 11011100 10111100 1100001 0 1111 1110 10101011 1011111 101100

Color Harmonies of #06DCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DCBC

Black with #06DCBC

Text Example


Text Example

White with #06DCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,220,188); }

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

background-color css

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

 a { background-color: rgb(6,220,188); }

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

border-color css

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

 span { border-color: rgb(6,220,188); }

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