Html Css Color HEX #54B49C Puerto Rico

📋 copy color: '#54B49C'

red 84 ◦ green 180 ◦ blue 156

#54B49C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #54B49C

Tints of Puerto Rico #54B49C

RGB

 RED value IS 84 (33.2% from 255) = 20%

 GREEN value IS 180 (70.7% from 255) = 42.86%

 BLUE value IS 156 (61.33% from 255) = 37.14%

R = 20%
G = 42.86%
B = 37.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#54B49C (or 0x54B49C) is known color: Puerto Rico. HEX triplet: 54, B4 and 9C. RGB value is (84,180,156). Sum of RGB (Red+Green+Blue) = 84+180+156=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #54B49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B49C is #AB4B63. Grayscale: #949494. Windows color (decimal): -11225956 or 10269780. OLE color: 10269780.

HSL color Cylindrical-coordinate representation of color #54B49C: hue angle of 165º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B49C is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 84 180 156 -
CMYK 0.53 0 0.13 0.29
HSL 165º 0.39% 0.52% -
HSV(B) 165º 0.53% 0.71% -
XYZ 25.98 36.93 37.21 -
YUV 148.56 132.2 81.95 -
System Red Green Blue C M Y K H S L
Decimal 84 180 156 0.53 0 0.13 0.29 165 0.39 0.52
Hex 54 B4 9C 35 0 D 1D A5 27 34
Octal 124 264 234 65 0 15 35 245 47 64
Binary 1010100 10110100 10011100 110101 0 1101 11101 10100101 100111 110100

Color Harmonies of #54B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B49C

Black with #54B49C

Text Example


Text Example

White with #54B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,180,156); }

 H1.HeaderClassName
 {
   color: #54B49C;
 }
 .AnyTagClassName
 {
   color: #54B49C;
 }
</style>

background-color css

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

 a { background-color: rgb(84,180,156); }

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

border-color css

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

 span { border-color: rgb(84,180,156); }

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