#60C1A5

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

Shades of Puerto Rico #60C1A5

Tints of Puerto Rico #60C1A5

Color information

#60C1A5 (or 0x60C1A5) is unknown color: approx Puerto Rico. HEX triplet: 60, C1 and A5. RGB value is (96,193,165). Sum of RGB (Red+Green+Blue) = 96+193+165=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #60C1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C1A5 is #9F3E5A. Grayscale: #A0A0A0. Windows color (decimal): -10436187 or 10862944. OLE color: 10862944.

HSL color Cylindrical-coordinate representation of color #60C1A5: hue angle of 162.68º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C1A5 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB96193165-
CMYK0.5000.150.24
HSL162.68º43.89%56.67%-
HSV(B)162.68º50.26%75.69%-
XYZ30.6943.3442.35-
YUV160.8130.3681.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.15%
GREEN value IS 193 (75.78% from 255) = 42.51%
BLUE value IS 165 (64.84% from 255) = 36.34%
R=21.15%
G=42.51%
B=36.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal961931650.5000.150.24162.6843.8956.67
Hex60C1A5320F18a32c39
Octal14030124562017302435471
Binary11000001100000110100101110010011111100010100011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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