Html Css Color HEX #10DCB6 Robin's Egg Blue

📋 copy color: '#10DCB6'

red 16 ◦ green 220 ◦ blue 182

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

Shades of Robin's Egg Blue #10DCB6

Tints of Robin's Egg Blue #10DCB6

RGB

 RED value IS 16 (6.64% from 255) = 3.83%

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

 BLUE value IS 182 (71.48% from 255) = 43.54%

R = 3.83%
G = 52.63%
B = 43.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#10DCB6 (or 0x10DCB6) is known color: Robin's Egg Blue. HEX triplet: 10, DC and B6. RGB value is (16,220,182). Sum of RGB (Red+Green+Blue) = 16+220+182=418 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.83% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DCB6 is #EF2349. Grayscale: #9A9A9A. Windows color (decimal): -15672138 or 11983888. OLE color: 11983888.

HSL color Cylindrical-coordinate representation of color #10DCB6: hue angle of 168.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DCB6 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 220 182 -
CMYK 0.93 0 0.17 0.14
HSL 168.82º 0.86% 0.46% -
HSV(B) 168.82º 0.93% 0.86% -
XYZ 34.25 54.67 53 -
YUV 154.67 143.41 29.09 -
System Red Green Blue C M Y K H S L
Decimal 16 220 182 0.93 0 0.17 0.14 168.82 0.86 0.46
Hex 10 DC B6 5D 0 11 E A9 56 2E
Octal 20 334 266 135 0 21 16 251 126 56
Binary 10000 11011100 10110110 1011101 0 10001 1110 10101001 1010110 101110

Color Harmonies of #10DCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DCB6

Black with #10DCB6

Text Example


Text Example

White with #10DCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10DCB6; }

 p { color: rgb(16,220,182); }

 H1.HeaderClassName
 {
   color: #10DCB6;
 }
 .AnyTagClassName
 {
   color: #10DCB6;
 }
</style>

background-color css

<style>
 a { background-color: #10DCB6; }

 a { background-color: rgb(16,220,182); }

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

border-color css

<style>
 span { border-color: #10DCB6; }

 span { border-color: rgb(16,220,182); }

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