#5ABBB3

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

Shades of Puerto Rico #5ABBB3

Tints of Puerto Rico #5ABBB3

Color information

#5ABBB3 (or 0x5ABBB3) is unknown color: approx Puerto Rico. HEX triplet: 5A, BB and B3. RGB value is (90,187,179). Sum of RGB (Red+Green+Blue) = 90+187+179=456 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.74% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABBB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBB3 is #A5444C. Grayscale: #9D9D9D. Windows color (decimal): -10830925 or 11778906. OLE color: 11778906.

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

Color convert

RGB90187179-
CMYK0.5200.040.27
HSL175.05º41.63%54.31%-
HSV(B)175.05º51.87%73.33%-
XYZ30.1240.9748.97-
YUV157.08140.3680.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.74%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 179 (70.31% from 255) = 39.25%
R=19.74%
G=41.01%
B=39.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901871790.5200.040.27175.0541.6354.31
Hex5ABBB334041Baf2a36
Octal1322732636404332575266
Binary1011010101110111011001111010001001101110101111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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