#54C7AA

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

Shades of Puerto Rico #54C7AA

Tints of Puerto Rico #54C7AA

Color information

#54C7AA (or 0x54C7AA) is unknown color: approx Puerto Rico. HEX triplet: 54, C7 and AA. RGB value is (84,199,170). Sum of RGB (Red+Green+Blue) = 84+199+170=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 199 - color contains mainly: green. Hex color #54C7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C7AA is #AB3855. Grayscale: #A1A1A1. Windows color (decimal): -11221078 or 11192148. OLE color: 11192148.

HSL color Cylindrical-coordinate representation of color #54C7AA: hue angle of 164.87º degrees, saturation: 0.51, 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 #54C7AA is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB84199170-
CMYK0.5800.150.22
HSL164.87º50.66%55.49%-
HSV(B)164.87º57.79%78.04%-
XYZ31.3445.6345.19-
YUV161.31132.972.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.54%
GREEN value IS 199 (78.12% from 255) = 43.93%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=18.54%
G=43.93%
B=37.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841991700.5800.150.22164.8750.6655.49
Hex54C7AA3A0F16a53337
Octal12430725272017262456367
Binary10101001100011110101010111010011111011010100101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54C7AA; }

 p { color: rgb(84,199,170); }

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

<style>
 a { background-color: #54C7AA; }

 a { background-color: rgb(84,199,170); }

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

<style>
 span { border-color: #54C7AA; }

 span { border-color: rgb(84,199,170); }

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