#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.
<style> p { color: #1ACCC0; } p { color: rgb(26,204,192); } H1.HeaderClassName { color: #1ACCC0; } .AnyTagClassName { color: #1ACCC0; } </style>
<style> a { background-color: #1ACCC0; } a { background-color: rgb(26,204,192); } div.DivClassName { background-color: #1ACCC0; } .BgClassName { background-color: #1ACCC0; } </style>
<style> span { border-color: #1ACCC0; } span { border-color: rgb(26,204,192); } td.TdClassName { border-color: #1ACCC0; } .TagClassName { border-color: #1ACCC0; } </style>