#5ABDAE

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

Shades of Puerto Rico #5ABDAE

Tints of Puerto Rico #5ABDAE

Color information

#5ABDAE (or 0x5ABDAE) is unknown color: approx Puerto Rico. HEX triplet: 5A, BD and AE. RGB value is (90,189,174). Sum of RGB (Red+Green+Blue) = 90+189+174=453 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.87% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABDAE is #A54251. Grayscale: #9D9D9D. Windows color (decimal): -10830418 or 11451738. OLE color: 11451738.

HSL color Cylindrical-coordinate representation of color #5ABDAE: hue angle of 170.91º 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 #5ABDAE is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB90189174-
CMYK0.5200.080.26
HSL170.91º42.86%54.71%-
HSV(B)170.91º52.38%74.12%-
XYZ30.0541.6246.49-
YUV157.69137.279.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.87%
GREEN value IS 189 (74.22% from 255) = 41.72%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=19.87%
G=41.72%
B=38.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal901891740.5200.080.26170.9142.8654.71
Hex5ABDAE34081Aab2b37
Octal13227525664010322535367
Binary10110101011110110101110110100010001101010101011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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