#52C8B1

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

Shades of Puerto Rico #52C8B1

Tints of Puerto Rico #52C8B1

Color information

#52C8B1 (or 0x52C8B1) is unknown color: approx Puerto Rico. HEX triplet: 52, C8 and B1. RGB value is (82,200,177). Sum of RGB (Red+Green+Blue) = 82+200+177=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #52C8B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C8B1 is #AD374E. Grayscale: #A2A2A2. Windows color (decimal): -11351887 or 11651154. OLE color: 11651154.

HSL color Cylindrical-coordinate representation of color #52C8B1: hue angle of 168.31º 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 #52C8B1 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB82200177-
CMYK0.5900.120.22
HSL168.31º51.75%55.29%-
HSV(B)168.31º59%78.43%-
XYZ32.0746.2848.84-
YUV162.1136.4170.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.86%
GREEN value IS 200 (78.52% from 255) = 43.57%
BLUE value IS 177 (69.53% from 255) = 38.56%
R=17.86%
G=43.57%
B=38.56%

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
Decimal822001770.5900.120.22168.3151.7555.29
Hex52C8B13B0C16a83437
Octal12231026173014262506467
Binary10100101100100010110001111011011001011010101000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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