Html Css Color HEX #5ABAA7 Puerto Rico

📋 copy color: '#5ABAA7'

red 90 ◦ green 186 ◦ blue 167

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

Shades of Puerto Rico #5ABAA7

Tints of Puerto Rico #5ABAA7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.99%

 BLUE value IS 167 (65.63% from 255) = 37.7%

R = 20.32%
G = 41.99%
B = 37.7%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#5ABAA7 (or 0x5ABAA7) is known color: Puerto Rico. HEX triplet: 5A, BA and A7. RGB value is (90,186,167). Sum of RGB (Red+Green+Blue) = 90+186+167=443 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.32% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABAA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABAA7 is #A54558. Grayscale: #9B9B9B. Windows color (decimal): -10831193 or 10992218. OLE color: 10992218.

HSL color Cylindrical-coordinate representation of color #5ABAA7: hue angle of 168.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABAA7 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 186 167 -
CMYK 0.52 0 0.10 0.27
HSL 168.13º 0.41% 0.54% -
HSV(B) 168.13º 0.52% 0.73% -
XYZ 28.75 40.08 42.78 -
YUV 155.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 90 186 167 0.52 0 0.10 0.27 168.13 0.41 0.54
Hex 5A BA A7 34 0 A 1B A8 29 36
Octal 132 272 247 64 0 12 33 250 51 66
Binary 1011010 10111010 10100111 110100 0 1010 11011 10101000 101001 110110

Color Harmonies of #5ABAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABAA7

Black with #5ABAA7

Text Example


Text Example

White with #5ABAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,186,167); }

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

background-color css

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

 a { background-color: rgb(90,186,167); }

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

border-color css

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

 span { border-color: rgb(90,186,167); }

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