#60BEA5

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

Shades of Puerto Rico #60BEA5

Tints of Puerto Rico #60BEA5

Color information

#60BEA5 (or 0x60BEA5) is unknown color: approx Puerto Rico. HEX triplet: 60, BE and A5. RGB value is (96,190,165). Sum of RGB (Red+Green+Blue) = 96+190+165=451 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.29% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #60BEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BEA5 is #9F415A. Grayscale: #9F9F9F. Windows color (decimal): -10436955 or 10862176. OLE color: 10862176.

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

Color convert

RGB96190165-
CMYK0.4900.130.25
HSL164.04º41.96%56.08%-
HSV(B)164.04º49.47%74.51%-
XYZ30.0342.0342.13-
YUV159.04131.3683.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.29%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 165 (64.84% from 255) = 36.59%
R=21.29%
G=42.13%
B=36.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961901650.4900.130.25164.0441.9656.08
Hex60BEA5310D19a42a38
Octal14027624561015312445270
Binary11000001011111010100101110001011011100110100100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60BEA5; }

 p { color: rgb(96,190,165); }

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

<style>
 a { background-color: #60BEA5; }

 a { background-color: rgb(96,190,165); }

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

<style>
 span { border-color: #60BEA5; }

 span { border-color: rgb(96,190,165); }

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