#5ABBAB

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

Shades of Puerto Rico #5ABBAB

Tints of Puerto Rico #5ABBAB

Color information

#5ABBAB (or 0x5ABBAB) is unknown color: approx Puerto Rico. HEX triplet: 5A, BB and AB. RGB value is (90,187,171). Sum of RGB (Red+Green+Blue) = 90+187+171=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABBAB is #A54454. Grayscale: #9C9C9C. Windows color (decimal): -10830933 or 11254618. OLE color: 11254618.

HSL color Cylindrical-coordinate representation of color #5ABBAB: hue angle of 170.1º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABBAB is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB90187171-
CMYK0.5200.090.27
HSL170.1º41.63%54.31%-
HSV(B)170.1º51.87%73.33%-
XYZ29.3440.6544.83-
YUV156.17136.3680.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.09%
GREEN value IS 187 (73.44% from 255) = 41.74%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=20.09%
G=41.74%
B=38.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901871710.5200.090.27170.141.6354.31
Hex5ABBAB34091Baa2a36
Octal13227325364011332525266
Binary10110101011101110101011110100010011101110101010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,187,171); }

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

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

 a { background-color: rgb(90,187,171); }

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

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

 span { border-color: rgb(90,187,171); }

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