#52C4B0

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

Shades of Puerto Rico #52C4B0

Tints of Puerto Rico #52C4B0

Color information

#52C4B0 (or 0x52C4B0) is unknown color: approx Puerto Rico. HEX triplet: 52, C4 and B0. RGB value is (82,196,176). Sum of RGB (Red+Green+Blue) = 82+196+176=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 196 - color contains mainly: green. Hex color #52C4B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C4B0 is #AD3B4F. Grayscale: #9F9F9F. Windows color (decimal): -11352912 or 11584594. OLE color: 11584594.

HSL color Cylindrical-coordinate representation of color #52C4B0: hue angle of 169.47º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C4B0 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB82196176-
CMYK0.5800.100.23
HSL169.47º49.14%54.51%-
HSV(B)169.47º58.16%76.86%-
XYZ31.0644.4148.01-
YUV159.63137.2372.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.06%
GREEN value IS 196 (76.95% from 255) = 43.17%
BLUE value IS 176 (69.14% from 255) = 38.77%
R=18.06%
G=43.17%
B=38.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821961760.5800.100.23169.4749.1454.51
Hex52C4B03A0A17a93137
Octal12230426072012272516167
Binary10100101100010010110000111010010101011110101001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,196,176); }

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

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

 a { background-color: rgb(82,196,176); }

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

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

 span { border-color: rgb(82,196,176); }

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