#60BEB4

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

Shades of Puerto Rico #60BEB4

Tints of Puerto Rico #60BEB4

Color information

#60BEB4 (or 0x60BEB4) is unknown color: approx Puerto Rico. HEX triplet: 60, BE and B4. RGB value is (96,190,180). Sum of RGB (Red+Green+Blue) = 96+190+180=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #60BEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BEB4 is #9F414B. Grayscale: #A0A0A0. Windows color (decimal): -10436940 or 11845216. OLE color: 11845216.

HSL color Cylindrical-coordinate representation of color #60BEB4: hue angle of 173.62º 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 #60BEB4 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB96190180-
CMYK0.4900.050.25
HSL173.62º41.96%56.08%-
HSV(B)173.62º49.47%74.51%-
XYZ31.4842.6149.75-
YUV160.75138.8681.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.60%
GREEN value IS 190 (74.61% from 255) = 40.77%
BLUE value IS 180 (70.70% from 255) = 38.63%
R=20.60%
G=40.77%
B=38.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961901800.4900.050.25173.6241.9656.08
Hex60BEB4310519ae2a38
Octal1402762646105312565270
Binary1100000101111101011010011000101011100110101110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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