#1CD4BA

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

Shades of Robin's Egg Blue #1CD4BA

Tints of Robin's Egg Blue #1CD4BA

Color information

#1CD4BA (or 0x1CD4BA) is unknown color: approx Robin's Egg Blue. HEX triplet: 1C, D4 and BA. RGB value is (28,212,186). Sum of RGB (Red+Green+Blue) = 28+212+186=426 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.57% from 426); Green value is 212 (83.20% from 255 or 49.77% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 212 - color contains mainly: green. Hex color #1CD4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD4BA is #E32B45. Grayscale: #999999. Windows color (decimal): -14887750 or 12243996. OLE color: 12243996.

HSL color Cylindrical-coordinate representation of color #1CD4BA: hue angle of 171.52º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD4BA is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB28212186-
CMYK0.8700.120.17
HSL171.52º76.67%47.06%-
HSV(B)171.52º86.79%83.14%-
XYZ32.8950.8854.54-
YUV154.02146.0438.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.57%
GREEN value IS 212 (83.20% from 255) = 49.77%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=6.57%
G=49.77%
B=43.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal282121860.8700.120.17171.5276.6747.06
Hex1CD4BA570C11ac4d2f
Octal343242721270142125411557
Binary11100110101001011101010101110110010001101011001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CD4BA; }

 p { color: rgb(28,212,186); }

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

<style>
 a { background-color: #1CD4BA; }

 a { background-color: rgb(28,212,186); }

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

<style>
 span { border-color: #1CD4BA; }

 span { border-color: rgb(28,212,186); }

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