#53C8A4

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

Shades of Puerto Rico #53C8A4

Tints of Puerto Rico #53C8A4

Color information

#53C8A4 (or 0x53C8A4) is unknown color: approx Puerto Rico. HEX triplet: 53, C8 and A4. RGB value is (83,200,164). Sum of RGB (Red+Green+Blue) = 83+200+164=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #53C8A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C8A4 is #AC375B. Grayscale: #A0A0A0. Windows color (decimal): -11286364 or 10799187. OLE color: 10799187.

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

Color convert

RGB83200164-
CMYK0.5800.180.22
HSL161.54º51.54%55.49%-
HSV(B)161.54º58.5%78.43%-
XYZ30.9245.8342.34-
YUV160.91129.7472.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.57%
GREEN value IS 200 (78.52% from 255) = 44.74%
BLUE value IS 164 (64.45% from 255) = 36.69%
R=18.57%
G=44.74%
B=36.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal832001640.5800.180.22161.5451.5455.49
Hex53C8A43A01216a23437
Octal12331024472022262426467
Binary101001111001000101001001110100100101011010100010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,200,164); }

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

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

 a { background-color: rgb(83,200,164); }

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

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

 span { border-color: rgb(83,200,164); }

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