Html Css Color HEX #54B09E Puerto Rico

📋 copy color: '#54B09E'

red 84 ◦ green 176 ◦ blue 158

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

Shades of Puerto Rico #54B09E

Tints of Puerto Rico #54B09E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.11%

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

R = 20.1%
G = 42.11%
B = 37.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#54B09E (or 0x54B09E) is known color: Puerto Rico. HEX triplet: 54, B0 and 9E. RGB value is (84,176,158). Sum of RGB (Red+Green+Blue) = 84+176+158=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #54B09E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B09E is #AB4F61. Grayscale: #929292. Windows color (decimal): -11226978 or 10399828. OLE color: 10399828.

HSL color Cylindrical-coordinate representation of color #54B09E: hue angle of 168.26º 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 #54B09E is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 176 158 -
CMYK 0.52 0 0.10 0.31
HSL 168.26º 0.37% 0.51% -
HSV(B) 168.26º 0.52% 0.69% -
XYZ 25.35 35.4 37.85 -
YUV 146.44 134.52 83.46 -
System Red Green Blue C M Y K H S L
Decimal 84 176 158 0.52 0 0.10 0.31 168.26 0.37 0.51
Hex 54 B0 9E 34 0 A 1F A8 25 33
Octal 124 260 236 64 0 12 37 250 45 63
Binary 1010100 10110000 10011110 110100 0 1010 11111 10101000 100101 110011

Color Harmonies of #54B09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B09E

Black with #54B09E

Text Example


Text Example

White with #54B09E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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