Html Css Color HEX #5AB4A6 Puerto Rico

📋 copy color: '#5AB4A6'

red 90 ◦ green 180 ◦ blue 166

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

Shades of Puerto Rico #5AB4A6

Tints of Puerto Rico #5AB4A6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.28%

 BLUE value IS 166 (65.23% from 255) = 38.07%

R = 20.64%
G = 41.28%
B = 38.07%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#5AB4A6 (or 0x5AB4A6) is known color: Puerto Rico. HEX triplet: 5A, B4 and A6. RGB value is (90,180,166). Sum of RGB (Red+Green+Blue) = 90+180+166=436 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.64% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB4A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB4A6 is #A54B59. Grayscale: #979797. Windows color (decimal): -10832730 or 10925146. OLE color: 10925146.

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

Color convert

RGB 90 180 166 -
CMYK 0.50 0 0.08 0.29
HSL 170.67º 0.38% 0.53% -
HSV(B) 170.67º 0.5% 0.71% -
XYZ 27.42 37.57 41.88 -
YUV 151.49 136.18 84.14 -
System Red Green Blue C M Y K H S L
Decimal 90 180 166 0.50 0 0.08 0.29 170.67 0.38 0.53
Hex 5A B4 A6 32 0 8 1D AB 26 35
Octal 132 264 246 62 0 10 35 253 46 65
Binary 1011010 10110100 10100110 110010 0 1000 11101 10101011 100110 110101

Color Harmonies of #5AB4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB4A6

Black with #5AB4A6

Text Example


Text Example

White with #5AB4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,180,166); }

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

background-color css

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

 a { background-color: rgb(90,180,166); }

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

border-color css

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

 span { border-color: rgb(90,180,166); }

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