Html Css Color HEX #5ABCAA Puerto Rico

📋 copy color: '#5ABCAA'

red 90 ◦ green 188 ◦ blue 170

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

Shades of Puerto Rico #5ABCAA

Tints of Puerto Rico #5ABCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.96%

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 20.09%
G = 41.96%
B = 37.95%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#5ABCAA (or 0x5ABCAA) is known color: Puerto Rico. HEX triplet: 5A, BC and AA. RGB value is (90,188,170). Sum of RGB (Red+Green+Blue) = 90+188+170=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABCAA is #A54355. Grayscale: #9C9C9C. Windows color (decimal): -10830678 or 11189338. OLE color: 11189338.

HSL color Cylindrical-coordinate representation of color #5ABCAA: hue angle of 168.98º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABCAA is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 188 170 -
CMYK 0.52 0 0.10 0.26
HSL 168.98º 0.42% 0.55% -
HSV(B) 168.98º 0.52% 0.74% -
XYZ 29.46 41.04 44.4 -
YUV 156.65 135.53 80.46 -
System Red Green Blue C M Y K H S L
Decimal 90 188 170 0.52 0 0.10 0.26 168.98 0.42 0.55
Hex 5A BC AA 34 0 A 1A A9 2A 37
Octal 132 274 252 64 0 12 32 251 52 67
Binary 1011010 10111100 10101010 110100 0 1010 11010 10101001 101010 110111

Color Harmonies of #5ABCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCAA

Black with #5ABCAA

Text Example


Text Example

White with #5ABCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,188,170); }

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

background-color css

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

 a { background-color: rgb(90,188,170); }

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

border-color css

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

 span { border-color: rgb(90,188,170); }

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