#54C3B2

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

Shades of Puerto Rico #54C3B2

Tints of Puerto Rico #54C3B2

Color information

#54C3B2 (or 0x54C3B2) is unknown color: approx Puerto Rico. HEX triplet: 54, C3 and B2. RGB value is (84,195,178). Sum of RGB (Red+Green+Blue) = 84+195+178=457 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.38% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #54C3B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C3B2 is #AB3C4D. Grayscale: #9F9F9F. Windows color (decimal): -11222094 or 11715412. OLE color: 11715412.

HSL color Cylindrical-coordinate representation of color #54C3B2: hue angle of 170.81º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C3B2 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB84195178-
CMYK0.5700.090.24
HSL170.81º48.05%54.71%-
HSV(B)170.81º56.92%76.47%-
XYZ31.2144.1348.99-
YUV159.87138.2373.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.38%
GREEN value IS 195 (76.56% from 255) = 42.67%
BLUE value IS 178 (69.92% from 255) = 38.95%
R=18.38%
G=42.67%
B=38.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841951780.5700.090.24170.8148.0554.71
Hex54C3B2390918ab3037
Octal12430326271011302536067
Binary10101001100001110110010111001010011100010101011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,195,178); }

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

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

 a { background-color: rgb(84,195,178); }

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

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

 span { border-color: rgb(84,195,178); }

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