#54BE9E

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

Shades of Puerto Rico #54BE9E

Tints of Puerto Rico #54BE9E

Color information

#54BE9E (or 0x54BE9E) is unknown color: approx Puerto Rico. HEX triplet: 54, BE and 9E. RGB value is (84,190,158). Sum of RGB (Red+Green+Blue) = 84+190+158=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #54BE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BE9E is #AB4161. Grayscale: #9A9A9A. Windows color (decimal): -11223394 or 10403412. OLE color: 10403412.

HSL color Cylindrical-coordinate representation of color #54BE9E: hue angle of 161.89º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BE9E is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB84190158-
CMYK0.5600.170.25
HSL161.89º44.92%53.73%-
HSV(B)161.89º55.79%74.51%-
XYZ28.2441.1838.81-
YUV154.66129.8877.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.44%
GREEN value IS 190 (74.61% from 255) = 43.98%
BLUE value IS 158 (62.11% from 255) = 36.57%
R=19.44%
G=43.98%
B=36.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841901580.5600.170.25161.8944.9253.73
Hex54BE9E3801119a22d36
Octal12427623670021312425566
Binary101010010111110100111101110000100011100110100010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,190,158); }

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

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

 a { background-color: rgb(84,190,158); }

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

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

 span { border-color: rgb(84,190,158); }

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