#55AFA7

Color #55AFA7 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #55AFA7

Tints of Puerto Rico #55AFA7

Color information

#55AFA7 (or 0x55AFA7) is unknown color: approx Puerto Rico. HEX triplet: 55, AF and A7. RGB value is (85,175,167). Sum of RGB (Red+Green+Blue) = 85+175+167=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #55AFA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AFA7 is #AA5058. Grayscale: #939393. Windows color (decimal): -11161689 or 10989397. OLE color: 10989397.

HSL color Cylindrical-coordinate representation of color #55AFA7: hue angle of 174.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AFA7 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB85175167-
CMYK0.5100.050.31
HSL174.67º36%50.98%-
HSV(B)174.67º51.43%68.63%-
XYZ26.0535.3842.02-
YUV147.18139.1883.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.91%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 167 (65.62% from 255) = 39.11%
R=19.91%
G=40.98%
B=39.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851751670.5100.050.31174.673650.98
Hex55AFA733051Faf2433
Octal1252572476305372574463
Binary1010101101011111010011111001101011111110101111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55AFA7; }

 p { color: rgb(85,175,167); }

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

<style>
 a { background-color: #55AFA7; }

 a { background-color: rgb(85,175,167); }

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

<style>
 span { border-color: #55AFA7; }

 span { border-color: rgb(85,175,167); }

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