#34ACBD

Color #34ACBD Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #34ACBD

Tints of Pelorous #34ACBD

Color information

#34ACBD (or 0x34ACBD) is unknown color: approx Pelorous. HEX triplet: 34, AC and BD. RGB value is (52,172,189). Sum of RGB (Red+Green+Blue) = 52+172+189=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #34ACBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ACBD is #CB5342. Grayscale: #898989. Windows color (decimal): -13325123 or 12430388. OLE color: 12430388.

HSL color Cylindrical-coordinate representation of color #34ACBD: hue angle of 187.45º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34ACBD is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB52172189-
CMYK0.720.0900.26
HSL187.45º56.85%47.25%-
HSV(B)187.45º72.49%74.12%-
XYZ25.3533.9153.35-
YUV138.06156.7466.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.59%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 189 (74.22% from 255) = 45.76%
R=12.59%
G=41.65%
B=45.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal521721890.720.0900.26187.4556.8547.25
Hex34ACBD48901Abb392f
Octal64254275110110322737157
Binary11010010101100101111011001000100101101010111011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34ACBD; }

 p { color: rgb(52,172,189); }

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

<style>
 a { background-color: #34ACBD; }

 a { background-color: rgb(52,172,189); }

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

<style>
 span { border-color: #34ACBD; }

 span { border-color: rgb(52,172,189); }

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