#52B8B3

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

Shades of Puerto Rico #52B8B3

Tints of Puerto Rico #52B8B3

Color information

#52B8B3 (or 0x52B8B3) is unknown color: approx Puerto Rico. HEX triplet: 52, B8 and B3. RGB value is (82,184,179). Sum of RGB (Red+Green+Blue) = 82+184+179=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #52B8B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B8B3 is #AD474C. Grayscale: #989898. Windows color (decimal): -11355981 or 11778130. OLE color: 11778130.

HSL color Cylindrical-coordinate representation of color #52B8B3: hue angle of 177.06º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B8B3 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB82184179-
CMYK0.5500.030.28
HSL177.06º41.8%52.16%-
HSV(B)177.06º55.43%72.16%-
XYZ28.7639.3348.72-
YUV152.93142.7177.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.43%
GREEN value IS 184 (72.27% from 255) = 41.35%
BLUE value IS 179 (70.31% from 255) = 40.22%
R=18.43%
G=41.35%
B=40.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal821841790.5500.030.28177.0641.852.16
Hex52B8B337031Cb12a34
Octal1222702636703342615264
Binary101001010111000101100111101110111110010110001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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