#5AC6A6

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

Shades of Puerto Rico #5AC6A6

Tints of Puerto Rico #5AC6A6

Color information

#5AC6A6 (or 0x5AC6A6) is unknown color: approx Puerto Rico. HEX triplet: 5A, C6 and A6. RGB value is (90,198,166). Sum of RGB (Red+Green+Blue) = 90+198+166=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 198 - color contains mainly: green. Hex color #5AC6A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC6A6 is #A53959. Grayscale: #A2A2A2. Windows color (decimal): -10828122 or 10929754. OLE color: 10929754.

HSL color Cylindrical-coordinate representation of color #5AC6A6: hue angle of 162.22º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC6A6 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB90198166-
CMYK0.5500.160.22
HSL162.22º48.65%56.47%-
HSV(B)162.22º54.55%77.65%-
XYZ31.2945.3243.17-
YUV162.06130.2276.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.82%
GREEN value IS 198 (77.73% from 255) = 43.61%
BLUE value IS 166 (65.23% from 255) = 36.56%
R=19.82%
G=43.61%
B=36.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal901981660.5500.160.22162.2248.6556.47
Hex5AC6A63701016a23138
Octal13230624667020262426170
Binary101101011000110101001101101110100001011010100010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AC6A6; }

 p { color: rgb(90,198,166); }

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

<style>
 a { background-color: #5AC6A6; }

 a { background-color: rgb(90,198,166); }

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

<style>
 span { border-color: #5AC6A6; }

 span { border-color: rgb(90,198,166); }

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