#52C8AF

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

Shades of Puerto Rico #52C8AF

Tints of Puerto Rico #52C8AF

Color information

#52C8AF (or 0x52C8AF) is unknown color: approx Puerto Rico. HEX triplet: 52, C8 and AF. RGB value is (82,200,175). Sum of RGB (Red+Green+Blue) = 82+200+175=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #52C8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C8AF is #AD3750. Grayscale: #A1A1A1. Windows color (decimal): -11351889 or 11520082. OLE color: 11520082.

HSL color Cylindrical-coordinate representation of color #52C8AF: hue angle of 167.29º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C8AF is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB82200175-
CMYK0.5900.120.22
HSL167.29º51.75%55.29%-
HSV(B)167.29º59%78.43%-
XYZ31.8746.247.79-
YUV161.87135.4171.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.94%
GREEN value IS 200 (78.52% from 255) = 43.76%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=17.94%
G=43.76%
B=38.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal822001750.5900.120.22167.2951.7555.29
Hex52C8AF3B0C16a73437
Octal12231025773014262476467
Binary10100101100100010101111111011011001011010100111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,200,175); }

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

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

 a { background-color: rgb(82,200,175); }

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

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

 span { border-color: rgb(82,200,175); }

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