Html Css Color HEX #54B59E Puerto Rico

📋 copy color: '#54B59E'

red 84 ◦ green 181 ◦ blue 158

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

Shades of Puerto Rico #54B59E

Tints of Puerto Rico #54B59E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.79%

 BLUE value IS 158 (62.11% from 255) = 37.35%

R = 19.86%
G = 42.79%
B = 37.35%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#54B59E (or 0x54B59E) is known color: Puerto Rico. HEX triplet: 54, B5 and 9E. RGB value is (84,181,158). Sum of RGB (Red+Green+Blue) = 84+181+158=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 181 - color contains mainly: green. Hex color #54B59E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B59E is #AB4A61. Grayscale: #959595. Windows color (decimal): -11225698 or 10401108. OLE color: 10401108.

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

Color convert

RGB 84 181 158 -
CMYK 0.54 0 0.13 0.29
HSL 165.77º 0.4% 0.52% -
HSV(B) 165.77º 0.54% 0.71% -
XYZ 26.35 37.4 38.18 -
YUV 149.38 132.86 81.37 -
System Red Green Blue C M Y K H S L
Decimal 84 181 158 0.54 0 0.13 0.29 165.77 0.4 0.52
Hex 54 B5 9E 36 0 D 1D A6 28 34
Octal 124 265 236 66 0 15 35 246 50 64
Binary 1010100 10110101 10011110 110110 0 1101 11101 10100110 101000 110100

Color Harmonies of #54B59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B59E

Black with #54B59E

Text Example


Text Example

White with #54B59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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