#34AEBA

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

Shades of Pelorous #34AEBA

Tints of Pelorous #34AEBA

Color information

#34AEBA (or 0x34AEBA) is unknown color: approx Pelorous. HEX triplet: 34, AE and BA. RGB value is (52,174,186). Sum of RGB (Red+Green+Blue) = 52+174+186=412 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.62% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #34AEBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AEBA is #CB5145. Grayscale: #8A8A8A. Windows color (decimal): -13324614 or 12234292. OLE color: 12234292.

HSL color Cylindrical-coordinate representation of color #34AEBA: hue angle of 185.37º 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 #34AEBA is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB52174186-
CMYK0.720.0600.27
HSL185.37º56.3%46.67%-
HSV(B)185.37º72.04%72.94%-
XYZ25.4234.5551.78-
YUV138.89154.5866.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.62%
GREEN value IS 174 (68.36% from 255) = 42.23%
BLUE value IS 186 (73.05% from 255) = 45.15%
R=12.62%
G=42.23%
B=45.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521741860.720.0600.27185.3756.346.67
Hex34AEBA48601Bb9382f
Octal6425627211060332717057
Binary1101001010111010111010100100011001101110111001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,174,186); }

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

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

 a { background-color: rgb(52,174,186); }

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

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

 span { border-color: rgb(52,174,186); }

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