Html Css Color HEX #55AEA4 Puerto Rico

📋 copy color: '#55AEA4'

red 85 ◦ green 174 ◦ blue 164

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

Shades of Puerto Rico #55AEA4

Tints of Puerto Rico #55AEA4

RGB

 RED value IS 85 (33.59% from 255) = 20.09%

 GREEN value IS 174 (68.36% from 255) = 41.13%

 BLUE value IS 164 (64.45% from 255) = 38.77%

R = 20.09%
G = 41.13%
B = 38.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#55AEA4 (or 0x55AEA4) is known color: Puerto Rico. HEX triplet: 55, AE and A4. RGB value is (85,174,164). Sum of RGB (Red+Green+Blue) = 85+174+164=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #55AEA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AEA4 is #AA515B. Grayscale: #929292. Windows color (decimal): -11161948 or 10792533. OLE color: 10792533.

HSL color Cylindrical-coordinate representation of color #55AEA4: hue angle of 173.26º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AEA4 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 174 164 -
CMYK 0.51 0 0.06 0.32
HSL 173.26º 0.35% 0.51% -
HSV(B) 173.26º 0.51% 0.68% -
XYZ 25.58 34.88 40.51 -
YUV 146.25 138.01 84.31 -
System Red Green Blue C M Y K H S L
Decimal 85 174 164 0.51 0 0.06 0.32 173.26 0.35 0.51
Hex 55 AE A4 33 0 6 20 AD 23 33
Octal 125 256 244 63 0 6 40 255 43 63
Binary 1010101 10101110 10100100 110011 0 110 100000 10101101 100011 110011

Color Harmonies of #55AEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AEA4

Black with #55AEA4

Text Example


Text Example

White with #55AEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55AEA4; }

 p { color: rgb(85,174,164); }

 H1.HeaderClassName
 {
   color: #55AEA4;
 }
 .AnyTagClassName
 {
   color: #55AEA4;
 }
</style>

background-color css

<style>
 a { background-color: #55AEA4; }

 a { background-color: rgb(85,174,164); }

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

border-color css

<style>
 span { border-color: #55AEA4; }

 span { border-color: rgb(85,174,164); }

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