Html Css Color HEX #5ABCA0 Puerto Rico

📋 copy color: '#5ABCA0'

red 90 ◦ green 188 ◦ blue 160

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

Shades of Puerto Rico #5ABCA0

Tints of Puerto Rico #5ABCA0

RGB

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

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

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

R = 20.55%
G = 42.92%
B = 36.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#5ABCA0 (or 0x5ABCA0) is known color: Puerto Rico. HEX triplet: 5A, BC and A0. RGB value is (90,188,160). Sum of RGB (Red+Green+Blue) = 90+188+160=438 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.55% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABCA0 is #A5435F. Grayscale: #9B9B9B. Windows color (decimal): -10830688 or 10533978. OLE color: 10533978.

HSL color Cylindrical-coordinate representation of color #5ABCA0: hue angle of 162.86º 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 #5ABCA0 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 188 160 -
CMYK 0.52 0 0.15 0.26
HSL 162.86º 0.42% 0.55% -
HSV(B) 162.86º 0.52% 0.74% -
XYZ 28.54 40.68 39.6 -
YUV 155.51 130.53 81.28 -
System Red Green Blue C M Y K H S L
Decimal 90 188 160 0.52 0 0.15 0.26 162.86 0.42 0.55
Hex 5A BC A0 34 0 F 1A A3 2A 37
Octal 132 274 240 64 0 17 32 243 52 67
Binary 1011010 10111100 10100000 110100 0 1111 11010 10100011 101010 110111

Color Harmonies of #5ABCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCA0

Black with #5ABCA0

Text Example


Text Example

White with #5ABCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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