#35A4AC

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

Shades of Pelorous #35A4AC

Tints of Pelorous #35A4AC

Color information

#35A4AC (or 0x35A4AC) is unknown color: approx Pelorous. HEX triplet: 35, A4 and AC. RGB value is (53,164,172). Sum of RGB (Red+Green+Blue) = 53+164+172=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #35A4AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A4AC is #CA5B53. Grayscale: #838383. Windows color (decimal): -13261652 or 11314229. OLE color: 11314229.

HSL color Cylindrical-coordinate representation of color #35A4AC: hue angle of 184.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 #35A4AC is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53164172-
CMYK0.690.0500.33
HSL184.03º52.89%44.12%-
HSV(B)184.03º69.19%67.45%-
XYZ22.1930.2943.71-
YUV131.72150.7371.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.62%
GREEN value IS 164 (64.45% from 255) = 42.16%
BLUE value IS 172 (67.58% from 255) = 44.22%
R=13.62%
G=42.16%
B=44.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531641720.690.0500.33184.0352.8944.12
Hex35A4AC455021b8352c
Octal6524425410550412706554
Binary11010110100100101011001000101101010000110111000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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