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

📋 copy color: '#10DCBC'

red 16 ◦ green 220 ◦ blue 188

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

Shades of Robin's Egg Blue #10DCBC

Tints of Robin's Egg Blue #10DCBC

RGB

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

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

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

R = 3.77%
G = 51.89%
B = 44.34%

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

#10DCBC (or 0x10DCBC) is known color: Robin's Egg Blue. HEX triplet: 10, DC and BC. RGB value is (16,220,188). Sum of RGB (Red+Green+Blue) = 16+220+188=424 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.77% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DCBC is #EF2343. Grayscale: #9B9B9B. Windows color (decimal): -15672132 or 12377104. OLE color: 12377104.

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

Color convert

RGB 16 220 188 -
CMYK 0.93 0 0.15 0.14
HSL 170.59º 0.86% 0.46% -
HSV(B) 170.59º 0.93% 0.86% -
XYZ 34.88 54.93 56.34 -
YUV 155.36 146.41 28.6 -
System Red Green Blue C M Y K H S L
Decimal 16 220 188 0.93 0 0.15 0.14 170.59 0.86 0.46
Hex 10 DC BC 5D 0 F E AB 56 2E
Octal 20 334 274 135 0 17 16 253 126 56
Binary 10000 11011100 10111100 1011101 0 1111 1110 10101011 1010110 101110

Color Harmonies of #10DCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DCBC

Black with #10DCBC

Text Example


Text Example

White with #10DCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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