#5ABBB2

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

Shades of Puerto Rico #5ABBB2

Tints of Puerto Rico #5ABBB2

Color information

#5ABBB2 (or 0x5ABBB2) is unknown color: approx Puerto Rico. HEX triplet: 5A, BB and B2. RGB value is (90,187,178). Sum of RGB (Red+Green+Blue) = 90+187+178=455 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.78% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABBB2 is #A5444D. Grayscale: #9C9C9C. Windows color (decimal): -10830926 or 11713370. OLE color: 11713370.

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

Color convert

RGB90187178-
CMYK0.5200.050.27
HSL174.43º41.63%54.31%-
HSV(B)174.43º51.87%73.33%-
XYZ30.0240.9348.44-
YUV156.97139.8680.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.78%
GREEN value IS 187 (73.44% from 255) = 41.10%
BLUE value IS 178 (69.92% from 255) = 39.12%
R=19.78%
G=41.10%
B=39.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901871780.5200.050.27174.4341.6354.31
Hex5ABBB234051Bae2a36
Octal1322732626405332565266
Binary1011010101110111011001011010001011101110101110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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