#5AB8A6

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

Shades of Puerto Rico #5AB8A6

Tints of Puerto Rico #5AB8A6

Color information

#5AB8A6 (or 0x5AB8A6) is unknown color: approx Puerto Rico. HEX triplet: 5A, B8 and A6. RGB value is (90,184,166). Sum of RGB (Red+Green+Blue) = 90+184+166=440 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.45% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB8A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB8A6 is #A54759. Grayscale: #999999. Windows color (decimal): -10831706 or 10926170. OLE color: 10926170.

HSL color Cylindrical-coordinate representation of color #5AB8A6: hue angle of 168.51º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB8A6 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB90184166-
CMYK0.5100.100.28
HSL168.51º39.83%53.73%-
HSV(B)168.51º51.09%72.16%-
XYZ28.2439.2142.16-
YUV153.84134.8682.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.45%
GREEN value IS 184 (72.27% from 255) = 41.82%
BLUE value IS 166 (65.23% from 255) = 37.73%
R=20.45%
G=41.82%
B=37.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal901841660.5100.100.28168.5139.8353.73
Hex5AB8A6330A1Ca92836
Octal13227024663012342515066
Binary10110101011100010100110110011010101110010101001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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