Html Css Color HEX #5AADA4 Puerto Rico

📋 copy color: '#5AADA4'

red 90 ◦ green 173 ◦ blue 164

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

Shades of Puerto Rico #5AADA4

Tints of Puerto Rico #5AADA4

RGB

 RED value IS 90 (35.55% from 255) = 21.08%

 GREEN value IS 173 (67.97% from 255) = 40.52%

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

R = 21.08%
G = 40.52%
B = 38.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#5AADA4 (or 0x5AADA4) is known color: Puerto Rico. HEX triplet: 5A, AD and A4. RGB value is (90,173,164). Sum of RGB (Red+Green+Blue) = 90+173+164=427 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.08% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #5AADA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AADA4 is #A5525B. Grayscale: #939393. Windows color (decimal): -10834524 or 10792282. OLE color: 10792282.

HSL color Cylindrical-coordinate representation of color #5AADA4: hue angle of 173.49º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AADA4 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 173 164 -
CMYK 0.48 0 0.05 0.32
HSL 173.49º 0.34% 0.52% -
HSV(B) 173.49º 0.48% 0.68% -
XYZ 25.86 34.74 40.46 -
YUV 147.16 137.5 87.23 -
System Red Green Blue C M Y K H S L
Decimal 90 173 164 0.48 0 0.05 0.32 173.49 0.34 0.52
Hex 5A AD A4 30 0 5 20 AD 22 34
Octal 132 255 244 60 0 5 40 255 42 64
Binary 1011010 10101101 10100100 110000 0 101 100000 10101101 100010 110100

Color Harmonies of #5AADA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AADA4

Black with #5AADA4

Text Example


Text Example

White with #5AADA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AADA4; }

 p { color: rgb(90,173,164); }

 H1.HeaderClassName
 {
   color: #5AADA4;
 }
 .AnyTagClassName
 {
   color: #5AADA4;
 }
</style>

background-color css

<style>
 a { background-color: #5AADA4; }

 a { background-color: rgb(90,173,164); }

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

border-color css

<style>
 span { border-color: #5AADA4; }

 span { border-color: rgb(90,173,164); }

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