#50cca2

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

Shades of Puerto Rico #50CCA2

Tints of Puerto Rico #50CCA2

Color information

#50CCA2 (or 0x50CCA2) is unknown color: approx Puerto Rico. HEX triplet: 50, CC and A2. RGB value is (80,204,162). Sum of RGB (Red+Green+Blue) = 80+204+162=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #50CCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CCA2 is #AF335D. Grayscale: #A2A2A2. Windows color (decimal): -11481950 or 10669136. OLE color: 10669136.

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

Color convert

RGB80204162-
CMYK0.6100.210.2
HSL159.68º54.87%55.69%-
HSV(B)159.68º60.78%80%-
XYZ31.4247.541.69-
YUV162.14127.9269.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.94%
GREEN value IS 204 (80.08% from 255) = 45.74%
BLUE value IS 162 (63.67% from 255) = 36.32%
R=17.94%
G=45.74%
B=36.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal802041620.6100.210.2159.6854.8755.69
Hex50CCA23D01514a03738
Octal12031424275025242406770
Binary101000011001100101000101111010101011010010100000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50cca2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,204,162); }

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

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

 a { background-color: rgb(80,204,162); }

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

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

 span { border-color: rgb(80,204,162); }

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