#52C1B3

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

Shades of Puerto Rico #52C1B3

Tints of Puerto Rico #52C1B3

Color information

#52C1B3 (or 0x52C1B3) is unknown color: approx Puerto Rico. HEX triplet: 52, C1 and B3. RGB value is (82,193,179). Sum of RGB (Red+Green+Blue) = 82+193+179=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #52C1B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C1B3 is #AD3E4C. Grayscale: #9E9E9E. Windows color (decimal): -11353677 or 11780434. OLE color: 11780434.

HSL color Cylindrical-coordinate representation of color #52C1B3: hue angle of 172.43º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C1B3 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB82193179-
CMYK0.5800.070.24
HSL172.43º47.23%53.92%-
HSV(B)172.43º57.51%75.69%-
XYZ30.6943.1949.37-
YUV158.22139.7373.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.06%
GREEN value IS 193 (75.78% from 255) = 42.51%
BLUE value IS 179 (70.31% from 255) = 39.43%
R=18.06%
G=42.51%
B=39.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821931790.5800.070.24172.4347.2353.92
Hex52C1B33A0718ac2f36
Octal1223012637207302545766
Binary1010010110000011011001111101001111100010101100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52C1B3; }

 p { color: rgb(82,193,179); }

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

<style>
 a { background-color: #52C1B3; }

 a { background-color: rgb(82,193,179); }

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

<style>
 span { border-color: #52C1B3; }

 span { border-color: rgb(82,193,179); }

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