#54B09B

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

Shades of Puerto Rico #54B09B

Tints of Puerto Rico #54B09B

Color information

#54B09B (or 0x54B09B) is unknown color: approx Puerto Rico. HEX triplet: 54, B0 and 9B. RGB value is (84,176,155). Sum of RGB (Red+Green+Blue) = 84+176+155=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #54B09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B09B is #AB4F64. Grayscale: #929292. Windows color (decimal): -11226981 or 10203220. OLE color: 10203220.

HSL color Cylindrical-coordinate representation of color #54B09B: hue angle of 166.3º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54B09B is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB84176155-
CMYK0.5200.120.31
HSL166.3º36.8%50.98%-
HSV(B)166.3º52.27%69.02%-
XYZ25.135.336.5-
YUV146.1133.0283.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.24%
GREEN value IS 176 (69.14% from 255) = 42.41%
BLUE value IS 155 (60.94% from 255) = 37.35%
R=20.24%
G=42.41%
B=37.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841761550.5200.120.31166.336.850.98
Hex54B09B340C1Fa62533
Octal12426023364014372464563
Binary10101001011000010011011110100011001111110100110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,176,155); }

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

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

 a { background-color: rgb(84,176,155); }

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

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

 span { border-color: rgb(84,176,155); }

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