#5AC6A7

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

Shades of Puerto Rico #5AC6A7

Tints of Puerto Rico #5AC6A7

Color information

#5AC6A7 (or 0x5AC6A7) is unknown color: approx Puerto Rico. HEX triplet: 5A, C6 and A7. RGB value is (90,198,167). Sum of RGB (Red+Green+Blue) = 90+198+167=455 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.78% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 198 - color contains mainly: green. Hex color #5AC6A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC6A7 is #A53958. Grayscale: #A2A2A2. Windows color (decimal): -10828121 or 10995290. OLE color: 10995290.

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

Color convert

RGB90198167-
CMYK0.5500.160.22
HSL162.78º48.65%56.47%-
HSV(B)162.78º54.55%77.65%-
XYZ31.3945.3543.66-
YUV162.17130.7276.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.78%
GREEN value IS 198 (77.73% from 255) = 43.52%
BLUE value IS 167 (65.62% from 255) = 36.70%
R=19.78%
G=43.52%
B=36.70%

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
Decimal901981670.5500.160.22162.7848.6556.47
Hex5AC6A73701016a33138
Octal13230624767020262436170
Binary101101011000110101001111101110100001011010100011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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