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

📋 copy color: '#10DDBD'

red 16 ◦ green 221 ◦ blue 189

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

Shades of Robin's Egg Blue #10DDBD

Tints of Robin's Egg Blue #10DDBD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.88%

 BLUE value IS 189 (74.22% from 255) = 44.37%

R = 3.76%
G = 51.88%
B = 44.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#10DDBD (or 0x10DDBD) is known color: Robin's Egg Blue. HEX triplet: 10, DD and BD. RGB value is (16,221,189). Sum of RGB (Red+Green+Blue) = 16+221+189=426 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #10DDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DDBD is #EF2242. Grayscale: #9B9B9B. Windows color (decimal): -15671875 or 12442896. OLE color: 12442896.

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

Color convert

RGB 16 221 189 -
CMYK 0.93 0 0.14 0.13
HSL 170.63º 0.86% 0.46% -
HSV(B) 170.63º 0.93% 0.87% -
XYZ 35.26 55.5 57 -
YUV 156.06 146.58 28.1 -
System Red Green Blue C M Y K H S L
Decimal 16 221 189 0.93 0 0.14 0.13 170.63 0.86 0.46
Hex 10 DD BD 5D 0 E D AB 56 2E
Octal 20 335 275 135 0 16 15 253 126 56
Binary 10000 11011101 10111101 1011101 0 1110 1101 10101011 1010110 101110

Color Harmonies of #10DDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DDBD

Black with #10DDBD

Text Example


Text Example

White with #10DDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,221,189); }

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

background-color css

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

 a { background-color: rgb(16,221,189); }

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

border-color css

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

 span { border-color: rgb(16,221,189); }

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