#35A6AC

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

Shades of Pelorous #35A6AC

Tints of Pelorous #35A6AC

Color information

#35A6AC (or 0x35A6AC) is unknown color: approx Pelorous. HEX triplet: 35, A6 and AC. RGB value is (53,166,172). Sum of RGB (Red+Green+Blue) = 53+166+172=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #35A6AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A6AC is #CA5953. Grayscale: #848484. Windows color (decimal): -13261140 or 11314741. OLE color: 11314741.

HSL color Cylindrical-coordinate representation of color #35A6AC: hue angle of 183.03º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35A6AC is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53166172-
CMYK0.690.0300.33
HSL183.03º52.89%44.12%-
HSV(B)183.03º69.19%67.45%-
XYZ22.5531.0143.83-
YUV132.9150.0671.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.55%
GREEN value IS 166 (65.23% from 255) = 42.46%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=13.55%
G=42.46%
B=43.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531661720.690.0300.33183.0352.8944.12
Hex35A6AC453021b7352c
Octal6524625410530412676554
Binary1101011010011010101100100010111010000110110111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,166,172); }

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

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

 a { background-color: rgb(53,166,172); }

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

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

 span { border-color: rgb(53,166,172); }

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