#1ACCC0

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

Shades of Robin's Egg Blue #1ACCC0

Tints of Robin's Egg Blue #1ACCC0

Color information

#1ACCC0 (or 0x1ACCC0) is unknown color: approx Robin's Egg Blue. HEX triplet: 1A, CC and C0. RGB value is (26,204,192). Sum of RGB (Red+Green+Blue) = 26+204+192=422 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.16% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACCC0 is #E5333F. Grayscale: #959595. Windows color (decimal): -15020864 or 12635162. OLE color: 12635162.

HSL color Cylindrical-coordinate representation of color #1ACCC0: hue angle of 175.96º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACCC0 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB26204192-
CMYK0.8700.060.2
HSL175.96º77.39%45.1%-
HSV(B)175.96º87.25%80%-
XYZ31.5347.2157.32-
YUV149.41152.0339.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.16%
GREEN value IS 204 (80.08% from 255) = 48.34%
BLUE value IS 192 (75.39% from 255) = 45.50%
R=6.16%
G=48.34%
B=45.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal262041920.8700.060.2175.9677.3945.1
Hex1ACCC0570614b04d2d
Octal32314300127062426011555
Binary1101011001100110000001010111011010100101100001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,204,192); }

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

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

 a { background-color: rgb(26,204,192); }

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

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

 span { border-color: rgb(26,204,192); }

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