#5FBEAD

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

Shades of Puerto Rico #5FBEAD

Tints of Puerto Rico #5FBEAD

Color information

#5FBEAD (or 0x5FBEAD) is unknown color: approx Puerto Rico. HEX triplet: 5F, BE and AD. RGB value is (95,190,173). Sum of RGB (Red+Green+Blue) = 95+190+173=458 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.74% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBEAD is #A04152. Grayscale: #9F9F9F. Windows color (decimal): -10502483 or 11386463. OLE color: 11386463.

HSL color Cylindrical-coordinate representation of color #5FBEAD: hue angle of 169.26º 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 #5FBEAD is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB95190173-
CMYK0.500.090.25
HSL169.26º42.22%55.88%-
HSV(B)169.26º50%74.51%-
XYZ30.6842.2846.08-
YUV159.66135.5381.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.74%
GREEN value IS 190 (74.61% from 255) = 41.48%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=20.74%
G=41.48%
B=37.77%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951901730.500.090.25169.2642.2255.88
Hex5FBEAD320919a92a38
Octal13727625562011312515270
Binary10111111011111010101101110010010011100110101001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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