Html Css Color HEX #5ABAAD Puerto Rico

📋 copy color: '#5ABAAD'

red 90 ◦ green 186 ◦ blue 173

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

Shades of Puerto Rico #5ABAAD

Tints of Puerto Rico #5ABAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.53%

R = 20.04%
G = 41.43%
B = 38.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#5ABAAD (or 0x5ABAAD) is known color: Puerto Rico. HEX triplet: 5A, BA and AD. RGB value is (90,186,173). Sum of RGB (Red+Green+Blue) = 90+186+173=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABAAD is #A54552. Grayscale: #9B9B9B. Windows color (decimal): -10831187 or 11385434. OLE color: 11385434.

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

Color convert

RGB 90 186 173 -
CMYK 0.52 0 0.07 0.27
HSL 171.88º 0.41% 0.54% -
HSV(B) 171.88º 0.52% 0.73% -
XYZ 29.32 40.31 45.77 -
YUV 155.81 137.7 81.06 -
System Red Green Blue C M Y K H S L
Decimal 90 186 173 0.52 0 0.07 0.27 171.88 0.41 0.54
Hex 5A BA AD 34 0 7 1B AC 29 36
Octal 132 272 255 64 0 7 33 254 51 66
Binary 1011010 10111010 10101101 110100 0 111 11011 10101100 101001 110110

Color Harmonies of #5ABAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABAAD

Black with #5ABAAD

Text Example


Text Example

White with #5ABAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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