Html Css Color HEX #54B2AD Puerto Rico

📋 copy color: '#54B2AD'

red 84 ◦ green 178 ◦ blue 173

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

Shades of Puerto Rico #54B2AD

Tints of Puerto Rico #54B2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.92%

 BLUE value IS 173 (67.97% from 255) = 39.77%

R = 19.31%
G = 40.92%
B = 39.77%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#54B2AD (or 0x54B2AD) is known color: Puerto Rico. HEX triplet: 54, B2 and AD. RGB value is (84,178,173). Sum of RGB (Red+Green+Blue) = 84+178+173=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #54B2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B2AD is #AB4D52. Grayscale: #959595. Windows color (decimal): -11226451 or 11383380. OLE color: 11383380.

HSL color Cylindrical-coordinate representation of color #54B2AD: hue angle of 176.81º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B2AD is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 84 178 173 -
CMYK 0.53 0 0.03 0.30
HSL 176.81º 0.38% 0.51% -
HSV(B) 176.81º 0.53% 0.7% -
XYZ 27.12 36.74 45.2 -
YUV 149.32 141.36 81.41 -
System Red Green Blue C M Y K H S L
Decimal 84 178 173 0.53 0 0.03 0.30 176.81 0.38 0.51
Hex 54 B2 AD 35 0 3 1E B1 26 33
Octal 124 262 255 65 0 3 36 261 46 63
Binary 1010100 10110010 10101101 110101 0 11 11110 10110001 100110 110011

Color Harmonies of #54B2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B2AD

Black with #54B2AD

Text Example


Text Example

White with #54B2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,178,173); }

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

background-color css

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

 a { background-color: rgb(84,178,173); }

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

border-color css

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

 span { border-color: rgb(84,178,173); }

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