#53C4AB

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

Shades of Puerto Rico #53C4AB

Tints of Puerto Rico #53C4AB

Color information

#53C4AB (or 0x53C4AB) is unknown color: approx Puerto Rico. HEX triplet: 53, C4 and AB. RGB value is (83,196,171). Sum of RGB (Red+Green+Blue) = 83+196+171=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #53C4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C4AB is #AC3B54. Grayscale: #9F9F9F. Windows color (decimal): -11287381 or 11256915. OLE color: 11256915.

HSL color Cylindrical-coordinate representation of color #53C4AB: hue angle of 166.73º 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 #53C4AB is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB83196171-
CMYK0.5800.130.23
HSL166.73º48.92%54.71%-
HSV(B)166.73º57.65%76.86%-
XYZ30.6644.2645.46-
YUV159.36134.5673.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.44%
GREEN value IS 196 (76.95% from 255) = 43.56%
BLUE value IS 171 (67.19% from 255) = 38%
R=18.44%
G=43.56%
B=38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal831961710.5800.130.23166.7348.9254.71
Hex53C4AB3A0D17a73137
Octal12330425372015272476167
Binary10100111100010010101011111010011011011110100111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,196,171); }

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

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

 a { background-color: rgb(83,196,171); }

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

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

 span { border-color: rgb(83,196,171); }

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