#5FBEA4

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

Shades of Puerto Rico #5FBEA4

Tints of Puerto Rico #5FBEA4

Color information

#5FBEA4 (or 0x5FBEA4) is unknown color: approx Puerto Rico. HEX triplet: 5F, BE and A4. RGB value is (95,190,164). Sum of RGB (Red+Green+Blue) = 95+190+164=449 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.16% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBEA4 is #A0415B. Grayscale: #9E9E9E. Windows color (decimal): -10502492 or 10796639. OLE color: 10796639.

HSL color Cylindrical-coordinate representation of color #5FBEA4: hue angle of 163.58º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBEA4 is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB95190164-
CMYK0.500.140.25
HSL163.58º42.22%55.88%-
HSV(B)163.58º50%74.51%-
XYZ29.8341.9441.64-
YUV158.63131.0382.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.16%
GREEN value IS 190 (74.61% from 255) = 42.32%
BLUE value IS 164 (64.45% from 255) = 36.53%
R=21.16%
G=42.32%
B=36.53%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951901640.500.140.25163.5842.2255.88
Hex5FBEA4320E19a42a38
Octal13727624462016312445270
Binary10111111011111010100100110010011101100110100100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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