Html Css Color HEX #5AB5A5 Puerto Rico

📋 copy color: '#5AB5A5'

red 90 ◦ green 181 ◦ blue 165

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

Shades of Puerto Rico #5AB5A5

Tints of Puerto Rico #5AB5A5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.51%

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

R = 20.64%
G = 41.51%
B = 37.84%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#5AB5A5 (or 0x5AB5A5) is known color: Puerto Rico. HEX triplet: 5A, B5 and A5. RGB value is (90,181,165). Sum of RGB (Red+Green+Blue) = 90+181+165=436 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.64% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB5A5 is #A54A5A. Grayscale: #979797. Windows color (decimal): -10832475 or 10859866. OLE color: 10859866.

HSL color Cylindrical-coordinate representation of color #5AB5A5: hue angle of 169.45º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB5A5 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 181 165 -
CMYK 0.50 0 0.09 0.29
HSL 169.45º 0.38% 0.53% -
HSV(B) 169.45º 0.5% 0.71% -
XYZ 27.53 37.94 41.47 -
YUV 151.97 135.35 83.8 -
System Red Green Blue C M Y K H S L
Decimal 90 181 165 0.50 0 0.09 0.29 169.45 0.38 0.53
Hex 5A B5 A5 32 0 9 1D A9 26 35
Octal 132 265 245 62 0 11 35 251 46 65
Binary 1011010 10110101 10100101 110010 0 1001 11101 10101001 100110 110101

Color Harmonies of #5AB5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB5A5

Black with #5AB5A5

Text Example


Text Example

White with #5AB5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,181,165); }

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

background-color css

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

 a { background-color: rgb(90,181,165); }

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

border-color css

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

 span { border-color: rgb(90,181,165); }

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