#54C6B1

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

Shades of Puerto Rico #54C6B1

Tints of Puerto Rico #54C6B1

Color information

#54C6B1 (or 0x54C6B1) is unknown color: approx Puerto Rico. HEX triplet: 54, C6 and B1. RGB value is (84,198,177). Sum of RGB (Red+Green+Blue) = 84+198+177=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #54C6B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C6B1 is #AB394E. Grayscale: #A1A1A1. Windows color (decimal): -11221327 or 11650644. OLE color: 11650644.

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

Color convert

RGB84198177-
CMYK0.5800.110.22
HSL168.95º50%55.29%-
HSV(B)168.95º57.58%77.65%-
XYZ31.7945.4548.69-
YUV161.52136.7372.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.30%
GREEN value IS 198 (77.73% from 255) = 43.14%
BLUE value IS 177 (69.53% from 255) = 38.56%
R=18.30%
G=43.14%
B=38.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841981770.5800.110.22168.955055.29
Hex54C6B13A0B16a93237
Octal12430626172013262516267
Binary10101001100011010110001111010010111011010101001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,198,177); }

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

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

 a { background-color: rgb(84,198,177); }

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

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

 span { border-color: rgb(84,198,177); }

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