#10D4BB

Color #10D4BB Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #10D4BB

Tints of Robin's Egg Blue #10D4BB

Color information

#10D4BB (or 0x10D4BB) is unknown color: approx Robin's Egg Blue. HEX triplet: 10, D4 and BB. RGB value is (16,212,187). Sum of RGB (Red+Green+Blue) = 16+212+187=415 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 415); Green value is 212 (83.20% from 255 or 51.08% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 212 - color contains mainly: green. Hex color #10D4BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D4BB is #EF2B44. Grayscale: #969696. Windows color (decimal): -15674181 or 12309520. OLE color: 12309520.

HSL color Cylindrical-coordinate representation of color #10D4BB: hue angle of 172.35º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D4BB is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB16212187-
CMYK0.9200.120.17
HSL172.35º85.96%44.71%-
HSV(B)172.35º92.45%83.14%-
XYZ32.7350.7855.09-
YUV150.55148.5732.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.86%
GREEN value IS 212 (83.20% from 255) = 51.08%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=3.86%
G=51.08%
B=45.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal162121870.9200.120.17172.3585.9644.71
Hex10D4BB5C0C11ac562d
Octal203242731340142125412655
Binary10000110101001011101110111000110010001101011001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,212,187); }

 H1.HeaderClassName
 {
   color: #10D4BB;
 }
 .AnyTagClassName
 {
   color: #10D4BB;
 }
</style>
background-color css

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

 a { background-color: rgb(16,212,187); }

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

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

 span { border-color: rgb(16,212,187); }

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