Shades of Scooter #34A0A4
Tints of Scooter #34A0A4
RGB
CMYK
RGB Variations
Color information
#34A0A4 (or 0x34A0A4) is known color: Scooter. HEX triplet: 34, A0 and A4. RGB value is (52,160,164). Sum of RGB (Red+Green+Blue) = 52+160+164=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 164 - color contains mainly: blue. Hex color #34A0A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A0A4 is #CB5F5B. Grayscale: #808080. Windows color (decimal): -13328220 or 10788916. OLE color: 10788916.
HSL color Cylindrical-coordinate representation of color #34A0A4: hue angle of 182.14º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A0A4 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 160 | 164 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.36 |
| HSL | 182.14º | 0.52% | 0.42% | - |
| HSV(B) | 182.14º | 0.68% | 0.64% | - |
| XYZ | 20.69 | 28.55 | 39.54 | - |
| YUV | 128.16 | 148.22 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 160 | 164 | 0.68 | 0.02 | 0 | 0.36 | 182.14 | 0.52 | 0.42 |
| Hex | 34 | A0 | A4 | 44 | 2 | 0 | 24 | B6 | 34 | 2A |
| Octal | 64 | 240 | 244 | 104 | 2 | 0 | 44 | 266 | 64 | 52 |
| Binary | 110100 | 10100000 | 10100100 | 1000100 | 10 | 0 | 100100 | 10110110 | 110100 | 101010 |
Color Harmonies of #34A0A4
Complementary color
Monochromatic Colors of #34A0A4
Black with #34A0A4
Text Example
Text Example
White with #34A0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A0A4; }
p { color: rgb(52,160,164); }
H1.HeaderClassName
{
color: #34A0A4;
}
.AnyTagClassName
{
color: #34A0A4;
}
</style>
background-color css
<style>
a { background-color: #34A0A4; }
a { background-color: rgb(52,160,164); }
div.DivClassName
{
background-color: #34A0A4;
}
.BgClassName
{
background-color: #34A0A4;
}
</style>
border-color css
<style>
span { border-color: #34A0A4; }
span { border-color: rgb(52,160,164); }
td.TdClassName
{
border-color: #34A0A4;
}
.TagClassName
{
border-color: #34A0A4;
}
</style>