#5AB6AF

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

Shades of Puerto Rico #5AB6AF

Tints of Puerto Rico #5AB6AF

Color information

#5AB6AF (or 0x5AB6AF) is unknown color: approx Puerto Rico. HEX triplet: 5A, B6 and AF. RGB value is (90,182,175). Sum of RGB (Red+Green+Blue) = 90+182+175=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB6AF is #A54950. Grayscale: #999999. Windows color (decimal): -10832209 or 11515482. OLE color: 11515482.

HSL color Cylindrical-coordinate representation of color #5AB6AF: hue angle of 175.43º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB6AF is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB90182175-
CMYK0.5100.040.29
HSL175.43º38.66%53.33%-
HSV(B)175.43º50.55%71.37%-
XYZ28.6838.7246.52-
YUV153.69140.0282.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.13%
GREEN value IS 182 (71.48% from 255) = 40.72%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=20.13%
G=40.72%
B=39.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901821750.5100.040.29175.4338.6653.33
Hex5AB6AF33041Daf2735
Octal1322662576304352574765
Binary1011010101101101010111111001101001110110101111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,182,175); }

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

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

 a { background-color: rgb(90,182,175); }

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

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

 span { border-color: rgb(90,182,175); }

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