Html Css Color HEX #5AADA0 Puerto Rico

📋 copy color: '#5AADA0'

red 90 ◦ green 173 ◦ blue 160

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

Shades of Puerto Rico #5AADA0

Tints of Puerto Rico #5AADA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.83%

R = 21.28%
G = 40.9%
B = 37.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#5AADA0 (or 0x5AADA0) is known color: Puerto Rico. HEX triplet: 5A, AD and A0. RGB value is (90,173,160). Sum of RGB (Red+Green+Blue) = 90+173+160=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #5AADA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AADA0 is #A5525F. Grayscale: #929292. Windows color (decimal): -10834528 or 10530138. OLE color: 10530138.

HSL color Cylindrical-coordinate representation of color #5AADA0: hue angle of 170.6º 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 #5AADA0 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 173 160 -
CMYK 0.48 0 0.08 0.32
HSL 170.6º 0.34% 0.52% -
HSV(B) 170.6º 0.48% 0.68% -
XYZ 25.51 34.6 38.59 -
YUV 146.7 135.5 87.56 -
System Red Green Blue C M Y K H S L
Decimal 90 173 160 0.48 0 0.08 0.32 170.6 0.34 0.52
Hex 5A AD A0 30 0 8 20 AB 22 34
Octal 132 255 240 60 0 10 40 253 42 64
Binary 1011010 10101101 10100000 110000 0 1000 100000 10101011 100010 110100

Color Harmonies of #5AADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AADA0

Black with #5AADA0

Text Example


Text Example

White with #5AADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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