#53C2AF

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

Shades of Puerto Rico #53C2AF

Tints of Puerto Rico #53C2AF

Color information

#53C2AF (or 0x53C2AF) is unknown color: approx Puerto Rico. HEX triplet: 53, C2 and AF. RGB value is (83,194,175). Sum of RGB (Red+Green+Blue) = 83+194+175=452 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.36% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #53C2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C2AF is #AC3D50. Grayscale: #9E9E9E. Windows color (decimal): -11287889 or 11518547. OLE color: 11518547.

HSL color Cylindrical-coordinate representation of color #53C2AF: hue angle of 169.73º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C2AF is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB83194175-
CMYK0.5700.100.24
HSL169.73º47.64%54.31%-
HSV(B)169.73º57.22%76.08%-
XYZ30.643.5247.34-
YUV158.64137.2374.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.36%
GREEN value IS 194 (76.17% from 255) = 42.92%
BLUE value IS 175 (68.75% from 255) = 38.72%
R=18.36%
G=42.92%
B=38.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831941750.5700.100.24169.7347.6454.31
Hex53C2AF390A18aa3036
Octal12330225771012302526066
Binary10100111100001010101111111001010101100010101010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53C2AF; }

 p { color: rgb(83,194,175); }

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

<style>
 a { background-color: #53C2AF; }

 a { background-color: rgb(83,194,175); }

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

<style>
 span { border-color: #53C2AF; }

 span { border-color: rgb(83,194,175); }

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