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

📋 copy color: '#06DABA'

red 6 ◦ green 218 ◦ blue 186

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

Shades of Robin's Egg Blue #06DABA

Tints of Robin's Egg Blue #06DABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.17%

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

R = 1.46%
G = 53.17%
B = 45.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#06DABA (or 0x06DABA) is known color: Robin's Egg Blue. HEX triplet: 06, DA and BA. RGB value is (6,218,186). Sum of RGB (Red+Green+Blue) = 6+218+186=410 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 410); Green value is 218 (85.55% from 255 or 53.17% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 218 - color contains mainly: green. Hex color #06DABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DABA is #F92545. Grayscale: #969696. Windows color (decimal): -16328006 or 12245510. OLE color: 12245510.

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

Color convert

RGB 6 218 186 -
CMYK 0.97 0 0.15 0.15
HSL 170.94º 0.95% 0.44% -
HSV(B) 170.94º 0.97% 0.85% -
XYZ 34.01 53.73 55.03 -
YUV 150.96 147.76 24.6 -
System Red Green Blue C M Y K H S L
Decimal 6 218 186 0.97 0 0.15 0.15 170.94 0.95 0.44
Hex 6 DA BA 61 0 F F AB 5F 2C
Octal 6 332 272 141 0 17 17 253 137 54
Binary 110 11011010 10111010 1100001 0 1111 1111 10101011 1011111 101100

Color Harmonies of #06DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DABA

Black with #06DABA

Text Example


Text Example

White with #06DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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