#5AC5B3

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

Shades of Puerto Rico #5AC5B3

Tints of Puerto Rico #5AC5B3

Color information

#5AC5B3 (or 0x5AC5B3) is unknown color: approx Puerto Rico. HEX triplet: 5A, C5 and B3. RGB value is (90,197,179). Sum of RGB (Red+Green+Blue) = 90+197+179=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC5B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC5B3 is #A53A4C. Grayscale: #A2A2A2. Windows color (decimal): -10828365 or 11781466. OLE color: 11781466.

HSL color Cylindrical-coordinate representation of color #5AC5B3: hue angle of 169.91º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC5B3 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB90197179-
CMYK0.5400.090.23
HSL169.91º47.98%56.27%-
HSV(B)169.91º54.31%77.25%-
XYZ32.3245.3649.7-
YUV162.96137.0575.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.31%
GREEN value IS 197 (77.34% from 255) = 42.27%
BLUE value IS 179 (70.31% from 255) = 38.41%
R=19.31%
G=42.27%
B=38.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal901971790.5400.090.23169.9147.9856.27
Hex5AC5B3360917aa3038
Octal13230526366011272526070
Binary10110101100010110110011110110010011011110101010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,197,179); }

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

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

 a { background-color: rgb(90,197,179); }

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

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

 span { border-color: rgb(90,197,179); }

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