#5FBBA4

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

Shades of Puerto Rico #5FBBA4

Tints of Puerto Rico #5FBBA4

Color information

#5FBBA4 (or 0x5FBBA4) is unknown color: approx Puerto Rico. HEX triplet: 5F, BB and A4. RGB value is (95,187,164). Sum of RGB (Red+Green+Blue) = 95+187+164=446 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.30% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #5FBBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBBA4 is #A0445B. Grayscale: #9C9C9C. Windows color (decimal): -10503260 or 10795871. OLE color: 10795871.

HSL color Cylindrical-coordinate representation of color #5FBBA4: hue angle of 165º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBBA4 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB95187164-
CMYK0.4900.120.27
HSL165º40.35%55.29%-
HSV(B)165º49.2%73.33%-
XYZ29.1940.6541.43-
YUV156.87132.0283.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.30%
GREEN value IS 187 (73.44% from 255) = 41.93%
BLUE value IS 164 (64.45% from 255) = 36.77%
R=21.30%
G=41.93%
B=36.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal951871640.4900.120.2716540.3555.29
Hex5FBBA4310C1Ba52837
Octal13727324461014332455067
Binary10111111011101110100100110001011001101110100101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,187,164); }

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

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

 a { background-color: rgb(95,187,164); }

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

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

 span { border-color: rgb(95,187,164); }

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