#35AEBA

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

Shades of Pelorous #35AEBA

Tints of Pelorous #35AEBA

Color information

#35AEBA (or 0x35AEBA) is unknown color: approx Pelorous. HEX triplet: 35, AE and BA. RGB value is (53,174,186). Sum of RGB (Red+Green+Blue) = 53+174+186=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #35AEBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AEBA is #CA5145. Grayscale: #8B8B8B. Windows color (decimal): -13259078 or 12234293. OLE color: 12234293.

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

Color convert

RGB53174186-
CMYK0.720.0600.27
HSL185.41º55.65%46.86%-
HSV(B)185.41º71.51%72.94%-
XYZ25.4734.5751.79-
YUV139.19154.4166.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.83%
GREEN value IS 174 (68.36% from 255) = 42.13%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=12.83%
G=42.13%
B=45.04%

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
Decimal531741860.720.0600.27185.4155.6546.86
Hex35AEBA48601Bb9382f
Octal6525627211060332717057
Binary1101011010111010111010100100011001101110111001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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