#35A7AE

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

Shades of Pelorous #35A7AE

Tints of Pelorous #35A7AE

Color information

#35A7AE (or 0x35A7AE) is unknown color: approx Pelorous. HEX triplet: 35, A7 and AE. RGB value is (53,167,174). Sum of RGB (Red+Green+Blue) = 53+167+174=394 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.45% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #35A7AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A7AE is #CA5851. Grayscale: #858585. Windows color (decimal): -13260882 or 11446069. OLE color: 11446069.

HSL color Cylindrical-coordinate representation of color #35A7AE: hue angle of 183.47º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35A7AE is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53167174-
CMYK0.700.0400.32
HSL183.47º53.3%44.51%-
HSV(B)183.47º69.54%68.24%-
XYZ22.9331.4544.91-
YUV133.71150.7370.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.45%
GREEN value IS 167 (65.62% from 255) = 42.39%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=13.45%
G=42.39%
B=44.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531671740.700.0400.32183.4753.344.51
Hex35A7AE464020b7352d
Octal6524725610640402676555
Binary11010110100111101011101000110100010000010110111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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