#5ABDB4

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

Shades of Puerto Rico #5ABDB4

Tints of Puerto Rico #5ABDB4

Color information

#5ABDB4 (or 0x5ABDB4) is unknown color: approx Puerto Rico. HEX triplet: 5A, BD and B4. RGB value is (90,189,180). Sum of RGB (Red+Green+Blue) = 90+189+180=459 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.61% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDB4 is #A5424B. Grayscale: #9E9E9E. Windows color (decimal): -10830412 or 11844954. OLE color: 11844954.

HSL color Cylindrical-coordinate representation of color #5ABDB4: hue angle of 174.55º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABDB4 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB90189180-
CMYK0.5200.050.26
HSL174.55º42.86%54.71%-
HSV(B)174.55º52.38%74.12%-
XYZ30.6541.8649.65-
YUV158.37140.279.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.61%
GREEN value IS 189 (74.22% from 255) = 41.18%
BLUE value IS 180 (70.70% from 255) = 39.22%
R=19.61%
G=41.18%
B=39.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal901891800.5200.050.26174.5542.8654.71
Hex5ABDB434051Aaf2b37
Octal1322752646405322575367
Binary1011010101111011011010011010001011101010101111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,189,180); }

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

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

 a { background-color: rgb(90,189,180); }

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

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

 span { border-color: rgb(90,189,180); }

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