#50CBB5

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

Shades of Puerto Rico #50CBB5

Tints of Puerto Rico #50CBB5

Color information

#50CBB5 (or 0x50CBB5) is unknown color: approx Puerto Rico. HEX triplet: 50, CB and B5. RGB value is (80,203,181). Sum of RGB (Red+Green+Blue) = 80+203+181=464 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.24% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #50CBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CBB5 is #AF344A. Grayscale: #A3A3A3. Windows color (decimal): -11482187 or 11914064. OLE color: 11914064.

HSL color Cylindrical-coordinate representation of color #50CBB5: hue angle of 169.27º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CBB5 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB80203181-
CMYK0.6100.110.20
HSL169.27º54.19%55.49%-
HSV(B)169.27º60.59%79.61%-
XYZ3347.7551.19-
YUV163.71137.7568.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.24%
GREEN value IS 203 (79.69% from 255) = 43.75%
BLUE value IS 181 (71.09% from 255) = 39.01%
R=17.24%
G=43.75%
B=39.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal802031810.6100.110.20169.2754.1955.49
Hex50CBB53D0B14a93637
Octal12031326575013242516667
Binary10100001100101110110101111101010111010010101001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,203,181); }

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

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

 a { background-color: rgb(80,203,181); }

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

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

 span { border-color: rgb(80,203,181); }

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