#5ABEA0

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

Shades of Puerto Rico #5ABEA0

Tints of Puerto Rico #5ABEA0

Color information

#5ABEA0 (or 0x5ABEA0) is unknown color: approx Puerto Rico. HEX triplet: 5A, BE and A0. RGB value is (90,190,160). Sum of RGB (Red+Green+Blue) = 90+190+160=440 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.45% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABEA0 is #A5415F. Grayscale: #9C9C9C. Windows color (decimal): -10830176 or 10534490. OLE color: 10534490.

HSL color Cylindrical-coordinate representation of color #5ABEA0: hue angle of 162º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABEA0 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB90190160-
CMYK0.5300.160.25
HSL162º43.48%54.9%-
HSV(B)162º52.63%74.51%-
XYZ28.9841.5439.75-
YUV156.68129.8780.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.45%
GREEN value IS 190 (74.61% from 255) = 43.18%
BLUE value IS 160 (62.89% from 255) = 36.36%
R=20.45%
G=43.18%
B=36.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901901600.5300.160.2516243.4854.9
Hex5ABEA03501019a22b37
Octal13227624065020312425367
Binary101101010111110101000001101010100001100110100010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,190,160); }

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

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

 a { background-color: rgb(90,190,160); }

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

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

 span { border-color: rgb(90,190,160); }

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