#54C7A4

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

Shades of Puerto Rico #54C7A4

Tints of Puerto Rico #54C7A4

Color information

#54C7A4 (or 0x54C7A4) is unknown color: approx Puerto Rico. HEX triplet: 54, C7 and A4. RGB value is (84,199,164). Sum of RGB (Red+Green+Blue) = 84+199+164=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 199 - color contains mainly: green. Hex color #54C7A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C7A4 is #AB385B. Grayscale: #A0A0A0. Windows color (decimal): -11221084 or 10798932. OLE color: 10798932.

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

Color convert

RGB84199164-
CMYK0.5800.180.22
HSL161.74º50.66%55.49%-
HSV(B)161.74º57.79%78.04%-
XYZ30.7845.4142.27-
YUV160.62129.973.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.79%
GREEN value IS 199 (78.12% from 255) = 44.52%
BLUE value IS 164 (64.45% from 255) = 36.69%
R=18.79%
G=44.52%
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
Decimal841991640.5800.180.22161.7450.6655.49
Hex54C7A43A01216a23337
Octal12430724472022262426367
Binary101010011000111101001001110100100101011010100010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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