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

📋 copy color: '#10DCBA'

red 16 ◦ green 220 ◦ blue 186

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

Shades of Robin's Egg Blue #10DCBA

Tints of Robin's Egg Blue #10DCBA

RGB

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

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

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

R = 3.79%
G = 52.13%
B = 44.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#10DCBA (or 0x10DCBA) is known color: Robin's Egg Blue. HEX triplet: 10, DC and BA. RGB value is (16,220,186). Sum of RGB (Red+Green+Blue) = 16+220+186=422 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.79% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DCBA is #EF2345. Grayscale: #9B9B9B. Windows color (decimal): -15672134 or 12246032. OLE color: 12246032.

HSL color Cylindrical-coordinate representation of color #10DCBA: hue angle of 170º 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 #10DCBA is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 220 186 -
CMYK 0.93 0 0.15 0.14
HSL 170º 0.86% 0.46% -
HSV(B) 170º 0.93% 0.86% -
XYZ 34.67 54.84 55.21 -
YUV 155.13 145.41 28.76 -
System Red Green Blue C M Y K H S L
Decimal 16 220 186 0.93 0 0.15 0.14 170 0.86 0.46
Hex 10 DC BA 5D 0 F E AA 56 2E
Octal 20 334 272 135 0 17 16 252 126 56
Binary 10000 11011100 10111010 1011101 0 1111 1110 10101010 1010110 101110

Color Harmonies of #10DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DCBA

Black with #10DCBA

Text Example


Text Example

White with #10DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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