Html Css Color HEX #54BEA5 Puerto Rico

📋 copy color: '#54BEA5'

red 84 ◦ green 190 ◦ blue 165

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

Shades of Puerto Rico #54BEA5

Tints of Puerto Rico #54BEA5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.28%

 BLUE value IS 165 (64.84% from 255) = 37.59%

R = 19.13%
G = 43.28%
B = 37.59%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#54BEA5 (or 0x54BEA5) is known color: Puerto Rico. HEX triplet: 54, BE and A5. RGB value is (84,190,165). Sum of RGB (Red+Green+Blue) = 84+190+165=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #54BEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BEA5 is #AB415A. Grayscale: #9B9B9B. Windows color (decimal): -11223387 or 10862164. OLE color: 10862164.

HSL color Cylindrical-coordinate representation of color #54BEA5: hue angle of 165.85º 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 #54BEA5 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 190 165 -
CMYK 0.56 0 0.13 0.25
HSL 165.85º 0.45% 0.54% -
HSV(B) 165.85º 0.56% 0.75% -
XYZ 28.86 41.43 42.07 -
YUV 155.46 133.38 77.03 -
System Red Green Blue C M Y K H S L
Decimal 84 190 165 0.56 0 0.13 0.25 165.85 0.45 0.54
Hex 54 BE A5 38 0 D 19 A6 2D 36
Octal 124 276 245 70 0 15 31 246 55 66
Binary 1010100 10111110 10100101 111000 0 1101 11001 10100110 101101 110110

Color Harmonies of #54BEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BEA5

Black with #54BEA5

Text Example


Text Example

White with #54BEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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