#5AC6A4

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

Shades of Puerto Rico #5AC6A4

Tints of Puerto Rico #5AC6A4

Color information

#5AC6A4 (or 0x5AC6A4) is unknown color: approx Puerto Rico. HEX triplet: 5A, C6 and A4. RGB value is (90,198,164). Sum of RGB (Red+Green+Blue) = 90+198+164=452 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.91% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #5AC6A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC6A4 is #A5395B. Grayscale: #A1A1A1. Windows color (decimal): -10828124 or 10798682. OLE color: 10798682.

HSL color Cylindrical-coordinate representation of color #5AC6A4: hue angle of 161.11º 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 #5AC6A4 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB90198164-
CMYK0.5500.170.22
HSL161.11º48.65%56.47%-
HSV(B)161.11º54.55%77.65%-
XYZ31.1145.2442.21-
YUV161.83129.2276.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.91%
GREEN value IS 198 (77.73% from 255) = 43.81%
BLUE value IS 164 (64.45% from 255) = 36.28%
R=19.91%
G=43.81%
B=36.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal901981640.5500.170.22161.1148.6556.47
Hex5AC6A43701116a13138
Octal13230624467021262416170
Binary101101011000110101001001101110100011011010100001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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