#50C9AF

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

Shades of Puerto Rico #50C9AF

Tints of Puerto Rico #50C9AF

Color information

#50C9AF (or 0x50C9AF) is unknown color: approx Puerto Rico. HEX triplet: 50, C9 and AF. RGB value is (80,201,175). Sum of RGB (Red+Green+Blue) = 80+201+175=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #50C9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C9AF is #AF3650. Grayscale: #A1A1A1. Windows color (decimal): -11482705 or 11520336. OLE color: 11520336.

HSL color Cylindrical-coordinate representation of color #50C9AF: hue angle of 167.11º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C9AF is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB80201175-
CMYK0.6000.130.21
HSL167.11º52.84%55.1%-
HSV(B)167.11º60.2%78.82%-
XYZ31.9346.5747.86-
YUV161.86135.4169.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.54%
GREEN value IS 201 (78.91% from 255) = 44.08%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=17.54%
G=44.08%
B=38.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal802011750.6000.130.21167.1152.8455.1
Hex50C9AF3C0D15a73537
Octal12031125774015252476567
Binary10100001100100110101111111100011011010110100111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50C9AF; }

 p { color: rgb(80,201,175); }

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

<style>
 a { background-color: #50C9AF; }

 a { background-color: rgb(80,201,175); }

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

<style>
 span { border-color: #50C9AF; }

 span { border-color: rgb(80,201,175); }

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