#5ABEB2

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

Shades of Puerto Rico #5ABEB2

Tints of Puerto Rico #5ABEB2

Color information

#5ABEB2 (or 0x5ABEB2) is unknown color: approx Puerto Rico. HEX triplet: 5A, BE and B2. RGB value is (90,190,178). Sum of RGB (Red+Green+Blue) = 90+190+178=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABEB2 is #A5414D. Grayscale: #9E9E9E. Windows color (decimal): -10830158 or 11714138. OLE color: 11714138.

HSL color Cylindrical-coordinate representation of color #5ABEB2: hue angle of 172.8º 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 #5ABEB2 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB90190178-
CMYK0.5300.060.25
HSL172.8º43.48%54.9%-
HSV(B)172.8º52.63%74.51%-
XYZ30.6742.2148.65-
YUV158.73138.8778.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.65%
GREEN value IS 190 (74.61% from 255) = 41.48%
BLUE value IS 178 (69.92% from 255) = 38.86%
R=19.65%
G=41.48%
B=38.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901901780.5300.060.25172.843.4854.9
Hex5ABEB2350619ad2b37
Octal1322762626506312555367
Binary1011010101111101011001011010101101100110101101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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