Shades of Pelorous #34AEBB
Tints of Pelorous #34AEBB
RGB
CMYK
RGB Variations
Color information
#34AEBB (or 0x34AEBB) is known color: Pelorous. HEX triplet: 34, AE and BB. RGB value is (52,174,187). Sum of RGB (Red+Green+Blue) = 52+174+187=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #34AEBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AEBB is #CB5144. Grayscale: #8A8A8A. Windows color (decimal): -13324613 or 12299828. OLE color: 12299828.
HSL color Cylindrical-coordinate representation of color #34AEBB: hue angle of 185.78º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34AEBB is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 174 | 187 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.27 |
| HSL | 185.78º | 0.56% | 0.47% | - |
| HSV(B) | 185.78º | 0.72% | 0.73% | - |
| XYZ | 25.52 | 34.59 | 52.35 | - |
| YUV | 139 | 155.08 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 174 | 187 | 0.72 | 0.07 | 0 | 0.27 | 185.78 | 0.56 | 0.47 |
| Hex | 34 | AE | BB | 48 | 7 | 0 | 1B | BA | 38 | 2F |
| Octal | 64 | 256 | 273 | 110 | 7 | 0 | 33 | 272 | 70 | 57 |
| Binary | 110100 | 10101110 | 10111011 | 1001000 | 111 | 0 | 11011 | 10111010 | 111000 | 101111 |
Color Harmonies of #34AEBB
Complementary color
Monochromatic Colors of #34AEBB
Black with #34AEBB
Text Example
Text Example
White with #34AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AEBB; }
p { color: rgb(52,174,187); }
H1.HeaderClassName
{
color: #34AEBB;
}
.AnyTagClassName
{
color: #34AEBB;
}
</style>
background-color css
<style>
a { background-color: #34AEBB; }
a { background-color: rgb(52,174,187); }
div.DivClassName
{
background-color: #34AEBB;
}
.BgClassName
{
background-color: #34AEBB;
}
</style>
border-color css
<style>
span { border-color: #34AEBB; }
span { border-color: rgb(52,174,187); }
td.TdClassName
{
border-color: #34AEBB;
}
.TagClassName
{
border-color: #34AEBB;
}
</style>